org.w3.x2005.x08.addressing
Interface EndpointReferenceType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EndpointReferenceTypeImpl

public interface EndpointReferenceType
extends org.apache.xmlbeans.XmlObject

An XML EndpointReferenceType(@http://www.w3.org/2005/08/addressing). This is a complex type.


Nested Class Summary
static class EndpointReferenceType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AttributedURIType addNewAddress()
          Appends and returns a new empty "Address" element
 MetadataType addNewMetadata()
          Appends and returns a new empty "Metadata" element
 ReferenceParametersType addNewReferenceParameters()
          Appends and returns a new empty "ReferenceParameters" element
 AttributedURIType getAddress()
          Gets the "Address" element
 MetadataType getMetadata()
          Gets the "Metadata" element
 ReferenceParametersType getReferenceParameters()
          Gets the "ReferenceParameters" element
 boolean isSetMetadata()
          True if has "Metadata" element
 boolean isSetReferenceParameters()
          True if has "ReferenceParameters" element
 void setAddress(AttributedURIType address)
          Sets the "Address" element
 void setMetadata(MetadataType metadata)
          Sets the "Metadata" element
 void setReferenceParameters(ReferenceParametersType referenceParameters)
          Sets the "ReferenceParameters" element
 void unsetMetadata()
          Unsets the "Metadata" element
 void unsetReferenceParameters()
          Unsets the "ReferenceParameters" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAddress

AttributedURIType getAddress()
Gets the "Address" element


setAddress

void setAddress(AttributedURIType address)
Sets the "Address" element


addNewAddress

AttributedURIType addNewAddress()
Appends and returns a new empty "Address" element


getReferenceParameters

ReferenceParametersType getReferenceParameters()
Gets the "ReferenceParameters" element


isSetReferenceParameters

boolean isSetReferenceParameters()
True if has "ReferenceParameters" element


setReferenceParameters

void setReferenceParameters(ReferenceParametersType referenceParameters)
Sets the "ReferenceParameters" element


addNewReferenceParameters

ReferenceParametersType addNewReferenceParameters()
Appends and returns a new empty "ReferenceParameters" element


unsetReferenceParameters

void unsetReferenceParameters()
Unsets the "ReferenceParameters" element


getMetadata

MetadataType getMetadata()
Gets the "Metadata" element


isSetMetadata

boolean isSetMetadata()
True if has "Metadata" element


setMetadata

void setMetadata(MetadataType metadata)
Sets the "Metadata" element


addNewMetadata

MetadataType addNewMetadata()
Appends and returns a new empty "Metadata" element


unsetMetadata

void unsetMetadata()
Unsets the "Metadata" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.