net.opengis.sensorML.x10
Interface ResponsiblePartyDocument.ResponsibleParty

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ResponsiblePartyDocumentImpl.ResponsiblePartyImpl
Enclosing interface:
ResponsiblePartyDocument

public static interface ResponsiblePartyDocument.ResponsibleParty
extends org.apache.xmlbeans.XmlObject

An XML ResponsibleParty(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class ResponsiblePartyDocument.ResponsibleParty.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
 ContactInfoDocument.ContactInfo addNewContactInfo()
          Appends and returns a new empty "contactInfo" element
 ContactInfoDocument.ContactInfo getContactInfo()
          Gets the "contactInfo" element
 String getId()
          Gets the "id" attribute
 String getIndividualName()
          Gets the "individualName" element
 String getOrganizationName()
          Gets the "organizationName" element
 String getPositionName()
          Gets the "positionName" element
 boolean isSetContactInfo()
          True if has "contactInfo" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetIndividualName()
          True if has "individualName" element
 boolean isSetOrganizationName()
          True if has "organizationName" element
 boolean isSetPositionName()
          True if has "positionName" element
 void setContactInfo(ContactInfoDocument.ContactInfo contactInfo)
          Sets the "contactInfo" element
 void setId(String id)
          Sets the "id" attribute
 void setIndividualName(String individualName)
          Sets the "individualName" element
 void setOrganizationName(String organizationName)
          Sets the "organizationName" element
 void setPositionName(String positionName)
          Sets the "positionName" element
 void unsetContactInfo()
          Unsets the "contactInfo" element
 void unsetId()
          Unsets the "id" attribute
 void unsetIndividualName()
          Unsets the "individualName" element
 void unsetOrganizationName()
          Unsets the "organizationName" element
 void unsetPositionName()
          Unsets the "positionName" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 org.apache.xmlbeans.XmlString xgetIndividualName()
          Gets (as xml) the "individualName" element
 org.apache.xmlbeans.XmlString xgetOrganizationName()
          Gets (as xml) the "organizationName" element
 org.apache.xmlbeans.XmlString xgetPositionName()
          Gets (as xml) the "positionName" element
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" attribute
 void xsetIndividualName(org.apache.xmlbeans.XmlString individualName)
          Sets (as xml) the "individualName" element
 void xsetOrganizationName(org.apache.xmlbeans.XmlString organizationName)
          Sets (as xml) the "organizationName" element
 void xsetPositionName(org.apache.xmlbeans.XmlString positionName)
          Sets (as xml) the "positionName" 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

getIndividualName

String getIndividualName()
Gets the "individualName" element


xgetIndividualName

org.apache.xmlbeans.XmlString xgetIndividualName()
Gets (as xml) the "individualName" element


isSetIndividualName

boolean isSetIndividualName()
True if has "individualName" element


setIndividualName

void setIndividualName(String individualName)
Sets the "individualName" element


xsetIndividualName

void xsetIndividualName(org.apache.xmlbeans.XmlString individualName)
Sets (as xml) the "individualName" element


unsetIndividualName

void unsetIndividualName()
Unsets the "individualName" element


getOrganizationName

String getOrganizationName()
Gets the "organizationName" element


xgetOrganizationName

org.apache.xmlbeans.XmlString xgetOrganizationName()
Gets (as xml) the "organizationName" element


isSetOrganizationName

boolean isSetOrganizationName()
True if has "organizationName" element


setOrganizationName

void setOrganizationName(String organizationName)
Sets the "organizationName" element


xsetOrganizationName

void xsetOrganizationName(org.apache.xmlbeans.XmlString organizationName)
Sets (as xml) the "organizationName" element


unsetOrganizationName

void unsetOrganizationName()
Unsets the "organizationName" element


getPositionName

String getPositionName()
Gets the "positionName" element


xgetPositionName

org.apache.xmlbeans.XmlString xgetPositionName()
Gets (as xml) the "positionName" element


isSetPositionName

boolean isSetPositionName()
True if has "positionName" element


setPositionName

void setPositionName(String positionName)
Sets the "positionName" element


xsetPositionName

void xsetPositionName(org.apache.xmlbeans.XmlString positionName)
Sets (as xml) the "positionName" element


unsetPositionName

void unsetPositionName()
Unsets the "positionName" element


getContactInfo

ContactInfoDocument.ContactInfo getContactInfo()
Gets the "contactInfo" element


isSetContactInfo

boolean isSetContactInfo()
True if has "contactInfo" element


setContactInfo

void setContactInfo(ContactInfoDocument.ContactInfo contactInfo)
Sets the "contactInfo" element


addNewContactInfo

ContactInfoDocument.ContactInfo addNewContactInfo()
Appends and returns a new empty "contactInfo" element


unsetContactInfo

void unsetContactInfo()
Unsets the "contactInfo" element


getId

String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.