Package org.isotc211.x2005.gmd
Interface CIResponsiblePartyType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CIResponsiblePartyTypeImpl
public interface CIResponsiblePartyType extends AbstractObjectType
An XML CI_ResponsibleParty_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCIResponsiblePartyType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CIContactPropertyTypeaddNewContactInfo()Appends and returns a new empty "contactInfo" elementCharacterStringPropertyTypeaddNewIndividualName()Appends and returns a new empty "individualName" elementCharacterStringPropertyTypeaddNewOrganisationName()Appends and returns a new empty "organisationName" elementCharacterStringPropertyTypeaddNewPositionName()Appends and returns a new empty "positionName" elementCIRoleCodePropertyTypeaddNewRole()Appends and returns a new empty "role" elementCIContactPropertyTypegetContactInfo()Gets the "contactInfo" elementCharacterStringPropertyTypegetIndividualName()Gets the "individualName" elementCharacterStringPropertyTypegetOrganisationName()Gets the "organisationName" elementCharacterStringPropertyTypegetPositionName()Gets the "positionName" elementCIRoleCodePropertyTypegetRole()Gets the "role" elementbooleanisSetContactInfo()True if has "contactInfo" elementbooleanisSetIndividualName()True if has "individualName" elementbooleanisSetOrganisationName()True if has "organisationName" elementbooleanisSetPositionName()True if has "positionName" elementvoidsetContactInfo(CIContactPropertyType contactInfo)Sets the "contactInfo" elementvoidsetIndividualName(CharacterStringPropertyType individualName)Sets the "individualName" elementvoidsetOrganisationName(CharacterStringPropertyType organisationName)Sets the "organisationName" elementvoidsetPositionName(CharacterStringPropertyType positionName)Sets the "positionName" elementvoidsetRole(CIRoleCodePropertyType role)Sets the "role" elementvoidunsetContactInfo()Unsets the "contactInfo" elementvoidunsetIndividualName()Unsets the "individualName" elementvoidunsetOrganisationName()Unsets the "organisationName" elementvoidunsetPositionName()Unsets the "positionName" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getIndividualName
CharacterStringPropertyType getIndividualName()
Gets the "individualName" element
-
isSetIndividualName
boolean isSetIndividualName()
True if has "individualName" element
-
setIndividualName
void setIndividualName(CharacterStringPropertyType individualName)
Sets the "individualName" element
-
addNewIndividualName
CharacterStringPropertyType addNewIndividualName()
Appends and returns a new empty "individualName" element
-
unsetIndividualName
void unsetIndividualName()
Unsets the "individualName" element
-
getOrganisationName
CharacterStringPropertyType getOrganisationName()
Gets the "organisationName" element
-
isSetOrganisationName
boolean isSetOrganisationName()
True if has "organisationName" element
-
setOrganisationName
void setOrganisationName(CharacterStringPropertyType organisationName)
Sets the "organisationName" element
-
addNewOrganisationName
CharacterStringPropertyType addNewOrganisationName()
Appends and returns a new empty "organisationName" element
-
unsetOrganisationName
void unsetOrganisationName()
Unsets the "organisationName" element
-
getPositionName
CharacterStringPropertyType getPositionName()
Gets the "positionName" element
-
isSetPositionName
boolean isSetPositionName()
True if has "positionName" element
-
setPositionName
void setPositionName(CharacterStringPropertyType positionName)
Sets the "positionName" element
-
addNewPositionName
CharacterStringPropertyType addNewPositionName()
Appends and returns a new empty "positionName" element
-
unsetPositionName
void unsetPositionName()
Unsets the "positionName" element
-
getContactInfo
CIContactPropertyType getContactInfo()
Gets the "contactInfo" element
-
isSetContactInfo
boolean isSetContactInfo()
True if has "contactInfo" element
-
setContactInfo
void setContactInfo(CIContactPropertyType contactInfo)
Sets the "contactInfo" element
-
addNewContactInfo
CIContactPropertyType addNewContactInfo()
Appends and returns a new empty "contactInfo" element
-
unsetContactInfo
void unsetContactInfo()
Unsets the "contactInfo" element
-
getRole
CIRoleCodePropertyType getRole()
Gets the "role" element
-
setRole
void setRole(CIRoleCodePropertyType role)
Sets the "role" element
-
addNewRole
CIRoleCodePropertyType addNewRole()
Appends and returns a new empty "role" element
-
-