public interface ServiceBindingType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceBindingType.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 |
|---|---|
SpecificationLinkType |
addNewSpecificationLink()
Appends and returns a new empty value (as xml) as the last "SpecificationLink" element
|
java.lang.String |
getAccessURI()
Gets the "accessURI" attribute
|
java.lang.String |
getService()
Gets the "service" attribute
|
SpecificationLinkType[] |
getSpecificationLinkArray()
Gets array of all "SpecificationLink" elements
|
SpecificationLinkType |
getSpecificationLinkArray(int i)
Gets ith "SpecificationLink" element
|
java.lang.String |
getTargetBinding()
Gets the "targetBinding" attribute
|
SpecificationLinkType |
insertNewSpecificationLink(int i)
Inserts and returns a new empty value (as xml) as the ith "SpecificationLink" element
|
boolean |
isSetAccessURI()
True if has "accessURI" attribute
|
boolean |
isSetTargetBinding()
True if has "targetBinding" attribute
|
void |
removeSpecificationLink(int i)
Removes the ith "SpecificationLink" element
|
void |
setAccessURI(java.lang.String accessURI)
Sets the "accessURI" attribute
|
void |
setService(java.lang.String service)
Sets the "service" attribute
|
void |
setSpecificationLinkArray(int i,
SpecificationLinkType specificationLink)
Sets ith "SpecificationLink" element
|
void |
setSpecificationLinkArray(SpecificationLinkType[] specificationLinkArray)
Sets array of all "SpecificationLink" element
|
void |
setTargetBinding(java.lang.String targetBinding)
Sets the "targetBinding" attribute
|
int |
sizeOfSpecificationLinkArray()
Returns number of "SpecificationLink" element
|
void |
unsetAccessURI()
Unsets the "accessURI" attribute
|
void |
unsetTargetBinding()
Unsets the "targetBinding" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetAccessURI()
Gets (as xml) the "accessURI" attribute
|
ReferenceURI |
xgetService()
Gets (as xml) the "service" attribute
|
ReferenceURI |
xgetTargetBinding()
Gets (as xml) the "targetBinding" attribute
|
void |
xsetAccessURI(org.apache.xmlbeans.XmlAnyURI accessURI)
Sets (as xml) the "accessURI" attribute
|
void |
xsetService(ReferenceURI service)
Sets (as xml) the "service" attribute
|
void |
xsetTargetBinding(ReferenceURI targetBinding)
Sets (as xml) the "targetBinding" attribute
|
addNewClassification, addNewDescription, addNewExternalIdentifier, addNewName, addNewVersionInfo, getClassificationArray, getClassificationArray, getDescription, getExternalIdentifierArray, getExternalIdentifierArray, getLid, getName, getObjectType, getStatus, getVersionInfo, insertNewClassification, insertNewExternalIdentifier, isSetDescription, isSetLid, isSetName, isSetObjectType, isSetStatus, isSetVersionInfo, removeClassification, removeExternalIdentifier, setClassificationArray, setClassificationArray, setDescription, setExternalIdentifierArray, setExternalIdentifierArray, setLid, setName, setObjectType, setStatus, setVersionInfo, sizeOfClassificationArray, sizeOfExternalIdentifierArray, unsetDescription, unsetLid, unsetName, unsetObjectType, unsetStatus, unsetVersionInfo, xgetLid, xgetObjectType, xgetStatus, xsetLid, xsetObjectType, xsetStatusaddNewSlot, getHome, getId, getSlotArray, getSlotArray, insertNewSlot, isSetHome, removeSlot, setHome, setId, setSlotArray, setSlotArray, sizeOfSlotArray, unsetHome, xgetHome, xgetId, xsetHome, xsetIdchangeType, 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, xmlTextSpecificationLinkType[] getSpecificationLinkArray()
SpecificationLinkType getSpecificationLinkArray(int i)
int sizeOfSpecificationLinkArray()
void setSpecificationLinkArray(SpecificationLinkType[] specificationLinkArray)
void setSpecificationLinkArray(int i,
SpecificationLinkType specificationLink)
SpecificationLinkType insertNewSpecificationLink(int i)
SpecificationLinkType addNewSpecificationLink()
void removeSpecificationLink(int i)
java.lang.String getService()
ReferenceURI xgetService()
void setService(java.lang.String service)
void xsetService(ReferenceURI service)
java.lang.String getAccessURI()
org.apache.xmlbeans.XmlAnyURI xgetAccessURI()
boolean isSetAccessURI()
void setAccessURI(java.lang.String accessURI)
void xsetAccessURI(org.apache.xmlbeans.XmlAnyURI accessURI)
void unsetAccessURI()
java.lang.String getTargetBinding()
ReferenceURI xgetTargetBinding()
boolean isSetTargetBinding()
void setTargetBinding(java.lang.String targetBinding)
void xsetTargetBinding(ReferenceURI targetBinding)
void unsetTargetBinding()
Copyright © 2015–2018 52north.org. All rights reserved.