Interface ExternalReferenceType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ExternalReferenceTypeImpl
public interface ExternalReferenceType extends org.apache.xmlbeans.XmlObjectAn XML ExternalReferenceType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExternalReferenceType.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 PTFreeTextPropertyTypeaddNewInformationSystemName()Appends and returns a new empty "informationSystemName" elementStringgetInformationSystem()Gets the "informationSystem" elementPTFreeTextPropertyTypegetInformationSystemName()Gets the "informationSystemName" elementStringgetReference()Gets the "reference" elementvoidsetInformationSystem(String informationSystem)Sets the "informationSystem" elementvoidsetInformationSystemName(PTFreeTextPropertyType informationSystemName)Sets the "informationSystemName" elementvoidsetReference(String reference)Sets the "reference" elementorg.apache.xmlbeans.XmlAnyURIxgetInformationSystem()Gets (as xml) the "informationSystem" elementorg.apache.xmlbeans.XmlStringxgetReference()Gets (as xml) the "reference" elementvoidxsetInformationSystem(org.apache.xmlbeans.XmlAnyURI informationSystem)Sets (as xml) the "informationSystem" elementvoidxsetReference(org.apache.xmlbeans.XmlString reference)Sets (as xml) the "reference" 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
-
getInformationSystem
String getInformationSystem()
Gets the "informationSystem" element
-
xgetInformationSystem
org.apache.xmlbeans.XmlAnyURI xgetInformationSystem()
Gets (as xml) the "informationSystem" element
-
setInformationSystem
void setInformationSystem(String informationSystem)
Sets the "informationSystem" element
-
xsetInformationSystem
void xsetInformationSystem(org.apache.xmlbeans.XmlAnyURI informationSystem)
Sets (as xml) the "informationSystem" element
-
getInformationSystemName
PTFreeTextPropertyType getInformationSystemName()
Gets the "informationSystemName" element
-
setInformationSystemName
void setInformationSystemName(PTFreeTextPropertyType informationSystemName)
Sets the "informationSystemName" element
-
addNewInformationSystemName
PTFreeTextPropertyType addNewInformationSystemName()
Appends and returns a new empty "informationSystemName" element
-
getReference
String getReference()
Gets the "reference" element
-
xgetReference
org.apache.xmlbeans.XmlString xgetReference()
Gets (as xml) the "reference" element
-
setReference
void setReference(String reference)
Sets the "reference" element
-
xsetReference
void xsetReference(org.apache.xmlbeans.XmlString reference)
Sets (as xml) the "reference" element
-
-