public interface ExternalReferenceType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExternalReferenceType.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 |
|---|---|
PTFreeTextPropertyType |
addNewInformationSystemName()
Appends and returns a new empty "informationSystemName" element
|
java.lang.String |
getInformationSystem()
Gets the "informationSystem" element
|
PTFreeTextPropertyType |
getInformationSystemName()
Gets the "informationSystemName" element
|
java.lang.String |
getReference()
Gets the "reference" element
|
void |
setInformationSystem(java.lang.String informationSystem)
Sets the "informationSystem" element
|
void |
setInformationSystemName(PTFreeTextPropertyType informationSystemName)
Sets the "informationSystemName" element
|
void |
setReference(java.lang.String reference)
Sets the "reference" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetInformationSystem()
Gets (as xml) the "informationSystem" element
|
org.apache.xmlbeans.XmlString |
xgetReference()
Gets (as xml) the "reference" element
|
void |
xsetInformationSystem(org.apache.xmlbeans.XmlAnyURI informationSystem)
Sets (as xml) the "informationSystem" element
|
void |
xsetReference(org.apache.xmlbeans.XmlString reference)
Sets (as xml) the "reference" 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, xmlTextjava.lang.String getInformationSystem()
org.apache.xmlbeans.XmlAnyURI xgetInformationSystem()
void setInformationSystem(java.lang.String informationSystem)
void xsetInformationSystem(org.apache.xmlbeans.XmlAnyURI informationSystem)
PTFreeTextPropertyType getInformationSystemName()
void setInformationSystemName(PTFreeTextPropertyType informationSystemName)
PTFreeTextPropertyType addNewInformationSystemName()
java.lang.String getReference()
org.apache.xmlbeans.XmlString xgetReference()
void setReference(java.lang.String reference)
void xsetReference(org.apache.xmlbeans.XmlString reference)
Copyright © 2015–2018 52north.org. All rights reserved.