public interface SpecificationLinkType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SpecificationLinkType.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 |
|---|---|
InternationalStringType |
addNewUsageDescription()
Appends and returns a new empty "UsageDescription" element
|
FreeFormText |
addNewUsageParameter()
Appends and returns a new empty value (as xml) as the last "UsageParameter" element
|
void |
addUsageParameter(java.lang.String usageParameter)
Appends the value as the last "UsageParameter" element
|
java.lang.String |
getServiceBinding()
Gets the "serviceBinding" attribute
|
java.lang.String |
getSpecificationObject()
Gets the "specificationObject" attribute
|
InternationalStringType |
getUsageDescription()
Gets the "UsageDescription" element
|
java.lang.String[] |
getUsageParameterArray()
Gets array of all "UsageParameter" elements
|
java.lang.String |
getUsageParameterArray(int i)
Gets ith "UsageParameter" element
|
FreeFormText |
insertNewUsageParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "UsageParameter" element
|
void |
insertUsageParameter(int i,
java.lang.String usageParameter)
Inserts the value as the ith "UsageParameter" element
|
boolean |
isSetUsageDescription()
True if has "UsageDescription" element
|
void |
removeUsageParameter(int i)
Removes the ith "UsageParameter" element
|
void |
setServiceBinding(java.lang.String serviceBinding)
Sets the "serviceBinding" attribute
|
void |
setSpecificationObject(java.lang.String specificationObject)
Sets the "specificationObject" attribute
|
void |
setUsageDescription(InternationalStringType usageDescription)
Sets the "UsageDescription" element
|
void |
setUsageParameterArray(int i,
java.lang.String usageParameter)
Sets ith "UsageParameter" element
|
void |
setUsageParameterArray(java.lang.String[] usageParameterArray)
Sets array of all "UsageParameter" element
|
int |
sizeOfUsageParameterArray()
Returns number of "UsageParameter" element
|
void |
unsetUsageDescription()
Unsets the "UsageDescription" element
|
ReferenceURI |
xgetServiceBinding()
Gets (as xml) the "serviceBinding" attribute
|
ReferenceURI |
xgetSpecificationObject()
Gets (as xml) the "specificationObject" attribute
|
FreeFormText[] |
xgetUsageParameterArray()
Gets (as xml) array of all "UsageParameter" elements
|
FreeFormText |
xgetUsageParameterArray(int i)
Gets (as xml) ith "UsageParameter" element
|
void |
xsetServiceBinding(ReferenceURI serviceBinding)
Sets (as xml) the "serviceBinding" attribute
|
void |
xsetSpecificationObject(ReferenceURI specificationObject)
Sets (as xml) the "specificationObject" attribute
|
void |
xsetUsageParameterArray(FreeFormText[] usageParameterArray)
Sets (as xml) array of all "UsageParameter" element
|
void |
xsetUsageParameterArray(int i,
FreeFormText usageParameter)
Sets (as xml) ith "UsageParameter" element
|
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, xmlTextInternationalStringType getUsageDescription()
boolean isSetUsageDescription()
void setUsageDescription(InternationalStringType usageDescription)
InternationalStringType addNewUsageDescription()
void unsetUsageDescription()
java.lang.String[] getUsageParameterArray()
java.lang.String getUsageParameterArray(int i)
FreeFormText[] xgetUsageParameterArray()
FreeFormText xgetUsageParameterArray(int i)
int sizeOfUsageParameterArray()
void setUsageParameterArray(java.lang.String[] usageParameterArray)
void setUsageParameterArray(int i,
java.lang.String usageParameter)
void xsetUsageParameterArray(FreeFormText[] usageParameterArray)
void xsetUsageParameterArray(int i,
FreeFormText usageParameter)
void insertUsageParameter(int i,
java.lang.String usageParameter)
void addUsageParameter(java.lang.String usageParameter)
FreeFormText insertNewUsageParameter(int i)
FreeFormText addNewUsageParameter()
void removeUsageParameter(int i)
java.lang.String getServiceBinding()
ReferenceURI xgetServiceBinding()
void setServiceBinding(java.lang.String serviceBinding)
void xsetServiceBinding(ReferenceURI serviceBinding)
java.lang.String getSpecificationObject()
ReferenceURI xgetSpecificationObject()
void setSpecificationObject(java.lang.String specificationObject)
void xsetSpecificationObject(ReferenceURI specificationObject)
Copyright © 2015–2018 52north.org. All rights reserved.