public interface RelatedPartyType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RelatedPartyType.Contact
An XML contact(@http://inspire.ec.europa.eu/schemas/base2/2.0).
|
static class |
RelatedPartyType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
RelatedPartyType.Contact |
addNewContact()
Appends and returns a new empty "contact" element
|
PTFreeTextPropertyType |
addNewIndividualName()
Appends and returns a new empty "individualName" element
|
PTFreeTextPropertyType |
addNewOrganisationName()
Appends and returns a new empty "organisationName" element
|
PTFreeTextPropertyType |
addNewPositionName()
Appends and returns a new empty "positionName" element
|
ReferenceType |
addNewRole()
Appends and returns a new empty value (as xml) as the last "role" element
|
RelatedPartyType.Contact |
getContact()
Gets the "contact" element
|
PTFreeTextPropertyType |
getIndividualName()
Gets the "individualName" element
|
PTFreeTextPropertyType |
getOrganisationName()
Gets the "organisationName" element
|
PTFreeTextPropertyType |
getPositionName()
Gets the "positionName" element
|
ReferenceType[] |
getRoleArray()
Gets array of all "role" elements
|
ReferenceType |
getRoleArray(int i)
Gets ith "role" element
|
ReferenceType |
insertNewRole(int i)
Inserts and returns a new empty value (as xml) as the ith "role" element
|
boolean |
isNilContact()
Tests for nil "contact" element
|
boolean |
isNilIndividualName()
Tests for nil "individualName" element
|
boolean |
isNilOrganisationName()
Tests for nil "organisationName" element
|
boolean |
isNilPositionName()
Tests for nil "positionName" element
|
boolean |
isNilRoleArray(int i)
Tests for nil ith "role" element
|
boolean |
isSetContact()
True if has "contact" element
|
boolean |
isSetIndividualName()
True if has "individualName" element
|
boolean |
isSetOrganisationName()
True if has "organisationName" element
|
boolean |
isSetPositionName()
True if has "positionName" element
|
void |
removeRole(int i)
Removes the ith "role" element
|
void |
setContact(RelatedPartyType.Contact contact)
Sets the "contact" element
|
void |
setIndividualName(PTFreeTextPropertyType individualName)
Sets the "individualName" element
|
void |
setNilContact()
Nils the "contact" element
|
void |
setNilIndividualName()
Nils the "individualName" element
|
void |
setNilOrganisationName()
Nils the "organisationName" element
|
void |
setNilPositionName()
Nils the "positionName" element
|
void |
setNilRoleArray(int i)
Nils the ith "role" element
|
void |
setOrganisationName(PTFreeTextPropertyType organisationName)
Sets the "organisationName" element
|
void |
setPositionName(PTFreeTextPropertyType positionName)
Sets the "positionName" element
|
void |
setRoleArray(int i,
ReferenceType role)
Sets ith "role" element
|
void |
setRoleArray(ReferenceType[] roleArray)
Sets array of all "role" element
|
int |
sizeOfRoleArray()
Returns number of "role" element
|
void |
unsetContact()
Unsets the "contact" element
|
void |
unsetIndividualName()
Unsets the "individualName" element
|
void |
unsetOrganisationName()
Unsets the "organisationName" element
|
void |
unsetPositionName()
Unsets the "positionName" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextPTFreeTextPropertyType getIndividualName()
boolean isNilIndividualName()
boolean isSetIndividualName()
void setIndividualName(PTFreeTextPropertyType individualName)
PTFreeTextPropertyType addNewIndividualName()
void setNilIndividualName()
void unsetIndividualName()
PTFreeTextPropertyType getOrganisationName()
boolean isNilOrganisationName()
boolean isSetOrganisationName()
void setOrganisationName(PTFreeTextPropertyType organisationName)
PTFreeTextPropertyType addNewOrganisationName()
void setNilOrganisationName()
void unsetOrganisationName()
PTFreeTextPropertyType getPositionName()
boolean isNilPositionName()
boolean isSetPositionName()
void setPositionName(PTFreeTextPropertyType positionName)
PTFreeTextPropertyType addNewPositionName()
void setNilPositionName()
void unsetPositionName()
RelatedPartyType.Contact getContact()
boolean isNilContact()
boolean isSetContact()
void setContact(RelatedPartyType.Contact contact)
RelatedPartyType.Contact addNewContact()
void setNilContact()
void unsetContact()
ReferenceType[] getRoleArray()
ReferenceType getRoleArray(int i)
boolean isNilRoleArray(int i)
int sizeOfRoleArray()
void setRoleArray(ReferenceType[] roleArray)
void setRoleArray(int i,
ReferenceType role)
void setNilRoleArray(int i)
ReferenceType insertNewRole(int i)
ReferenceType addNewRole()
void removeRole(int i)
Copyright © 2018 52north.org. All rights reserved.