Interface RelatedPartyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RelatedPartyTypeImpl
public interface RelatedPartyType extends org.apache.xmlbeans.XmlObjectAn XML RelatedPartyType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRelatedPartyType.ContactAn XML contact(@http://inspire.ec.europa.eu/schemas/base2/2.0).static classRelatedPartyType.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 RelatedPartyType.ContactaddNewContact()Appends and returns a new empty "contact" elementPTFreeTextPropertyTypeaddNewIndividualName()Appends and returns a new empty "individualName" elementPTFreeTextPropertyTypeaddNewOrganisationName()Appends and returns a new empty "organisationName" elementPTFreeTextPropertyTypeaddNewPositionName()Appends and returns a new empty "positionName" elementReferenceTypeaddNewRole()Appends and returns a new empty value (as xml) as the last "role" elementRelatedPartyType.ContactgetContact()Gets the "contact" elementPTFreeTextPropertyTypegetIndividualName()Gets the "individualName" elementPTFreeTextPropertyTypegetOrganisationName()Gets the "organisationName" elementPTFreeTextPropertyTypegetPositionName()Gets the "positionName" elementReferenceType[]getRoleArray()Gets array of all "role" elementsReferenceTypegetRoleArray(int i)Gets ith "role" elementReferenceTypeinsertNewRole(int i)Inserts and returns a new empty value (as xml) as the ith "role" elementbooleanisNilContact()Tests for nil "contact" elementbooleanisNilIndividualName()Tests for nil "individualName" elementbooleanisNilOrganisationName()Tests for nil "organisationName" elementbooleanisNilPositionName()Tests for nil "positionName" elementbooleanisNilRoleArray(int i)Tests for nil ith "role" elementbooleanisSetContact()True if has "contact" elementbooleanisSetIndividualName()True if has "individualName" elementbooleanisSetOrganisationName()True if has "organisationName" elementbooleanisSetPositionName()True if has "positionName" elementvoidremoveRole(int i)Removes the ith "role" elementvoidsetContact(RelatedPartyType.Contact contact)Sets the "contact" elementvoidsetIndividualName(PTFreeTextPropertyType individualName)Sets the "individualName" elementvoidsetNilContact()Nils the "contact" elementvoidsetNilIndividualName()Nils the "individualName" elementvoidsetNilOrganisationName()Nils the "organisationName" elementvoidsetNilPositionName()Nils the "positionName" elementvoidsetNilRoleArray(int i)Nils the ith "role" elementvoidsetOrganisationName(PTFreeTextPropertyType organisationName)Sets the "organisationName" elementvoidsetPositionName(PTFreeTextPropertyType positionName)Sets the "positionName" elementvoidsetRoleArray(int i, ReferenceType role)Sets ith "role" elementvoidsetRoleArray(ReferenceType[] roleArray)Sets array of all "role" elementintsizeOfRoleArray()Returns number of "role" elementvoidunsetContact()Unsets the "contact" elementvoidunsetIndividualName()Unsets the "individualName" elementvoidunsetOrganisationName()Unsets the "organisationName" elementvoidunsetPositionName()Unsets the "positionName" element-
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
PTFreeTextPropertyType getIndividualName()
Gets the "individualName" element
-
isNilIndividualName
boolean isNilIndividualName()
Tests for nil "individualName" element
-
isSetIndividualName
boolean isSetIndividualName()
True if has "individualName" element
-
setIndividualName
void setIndividualName(PTFreeTextPropertyType individualName)
Sets the "individualName" element
-
addNewIndividualName
PTFreeTextPropertyType addNewIndividualName()
Appends and returns a new empty "individualName" element
-
setNilIndividualName
void setNilIndividualName()
Nils the "individualName" element
-
unsetIndividualName
void unsetIndividualName()
Unsets the "individualName" element
-
getOrganisationName
PTFreeTextPropertyType getOrganisationName()
Gets the "organisationName" element
-
isNilOrganisationName
boolean isNilOrganisationName()
Tests for nil "organisationName" element
-
isSetOrganisationName
boolean isSetOrganisationName()
True if has "organisationName" element
-
setOrganisationName
void setOrganisationName(PTFreeTextPropertyType organisationName)
Sets the "organisationName" element
-
addNewOrganisationName
PTFreeTextPropertyType addNewOrganisationName()
Appends and returns a new empty "organisationName" element
-
setNilOrganisationName
void setNilOrganisationName()
Nils the "organisationName" element
-
unsetOrganisationName
void unsetOrganisationName()
Unsets the "organisationName" element
-
getPositionName
PTFreeTextPropertyType getPositionName()
Gets the "positionName" element
-
isNilPositionName
boolean isNilPositionName()
Tests for nil "positionName" element
-
isSetPositionName
boolean isSetPositionName()
True if has "positionName" element
-
setPositionName
void setPositionName(PTFreeTextPropertyType positionName)
Sets the "positionName" element
-
addNewPositionName
PTFreeTextPropertyType addNewPositionName()
Appends and returns a new empty "positionName" element
-
setNilPositionName
void setNilPositionName()
Nils the "positionName" element
-
unsetPositionName
void unsetPositionName()
Unsets the "positionName" element
-
getContact
RelatedPartyType.Contact getContact()
Gets the "contact" element
-
isNilContact
boolean isNilContact()
Tests for nil "contact" element
-
isSetContact
boolean isSetContact()
True if has "contact" element
-
setContact
void setContact(RelatedPartyType.Contact contact)
Sets the "contact" element
-
addNewContact
RelatedPartyType.Contact addNewContact()
Appends and returns a new empty "contact" element
-
setNilContact
void setNilContact()
Nils the "contact" element
-
unsetContact
void unsetContact()
Unsets the "contact" element
-
getRoleArray
ReferenceType[] getRoleArray()
Gets array of all "role" elements
-
getRoleArray
ReferenceType getRoleArray(int i)
Gets ith "role" element
-
isNilRoleArray
boolean isNilRoleArray(int i)
Tests for nil ith "role" element
-
sizeOfRoleArray
int sizeOfRoleArray()
Returns number of "role" element
-
setRoleArray
void setRoleArray(ReferenceType[] roleArray)
Sets array of all "role" element
-
setRoleArray
void setRoleArray(int i, ReferenceType role)Sets ith "role" element
-
setNilRoleArray
void setNilRoleArray(int i)
Nils the ith "role" element
-
insertNewRole
ReferenceType insertNewRole(int i)
Inserts and returns a new empty value (as xml) as the ith "role" element
-
addNewRole
ReferenceType addNewRole()
Appends and returns a new empty value (as xml) as the last "role" element
-
removeRole
void removeRole(int i)
Removes the ith "role" element
-
-