Package org.isotc211.x2005.gmd
Interface MDDigitalTransferOptionsType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDDigitalTransferOptionsTypeImpl
public interface MDDigitalTransferOptionsType extends AbstractObjectType
An XML MD_DigitalTransferOptions_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDDigitalTransferOptionsType.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 MDMediumPropertyTypeaddNewOffLine()Appends and returns a new empty "offLine" elementCIOnlineResourcePropertyTypeaddNewOnLine()Appends and returns a new empty value (as xml) as the last "onLine" elementRealPropertyTypeaddNewTransferSize()Appends and returns a new empty "transferSize" elementCharacterStringPropertyTypeaddNewUnitsOfDistribution()Appends and returns a new empty "unitsOfDistribution" elementMDMediumPropertyTypegetOffLine()Gets the "offLine" elementCIOnlineResourcePropertyType[]getOnLineArray()Gets array of all "onLine" elementsCIOnlineResourcePropertyTypegetOnLineArray(int i)Gets ith "onLine" elementRealPropertyTypegetTransferSize()Gets the "transferSize" elementCharacterStringPropertyTypegetUnitsOfDistribution()Gets the "unitsOfDistribution" elementCIOnlineResourcePropertyTypeinsertNewOnLine(int i)Inserts and returns a new empty value (as xml) as the ith "onLine" elementbooleanisSetOffLine()True if has "offLine" elementbooleanisSetTransferSize()True if has "transferSize" elementbooleanisSetUnitsOfDistribution()True if has "unitsOfDistribution" elementvoidremoveOnLine(int i)Removes the ith "onLine" elementvoidsetOffLine(MDMediumPropertyType offLine)Sets the "offLine" elementvoidsetOnLineArray(int i, CIOnlineResourcePropertyType onLine)Sets ith "onLine" elementvoidsetOnLineArray(CIOnlineResourcePropertyType[] onLineArray)Sets array of all "onLine" elementvoidsetTransferSize(RealPropertyType transferSize)Sets the "transferSize" elementvoidsetUnitsOfDistribution(CharacterStringPropertyType unitsOfDistribution)Sets the "unitsOfDistribution" elementintsizeOfOnLineArray()Returns number of "onLine" elementvoidunsetOffLine()Unsets the "offLine" elementvoidunsetTransferSize()Unsets the "transferSize" elementvoidunsetUnitsOfDistribution()Unsets the "unitsOfDistribution" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
getUnitsOfDistribution
CharacterStringPropertyType getUnitsOfDistribution()
Gets the "unitsOfDistribution" element
-
isSetUnitsOfDistribution
boolean isSetUnitsOfDistribution()
True if has "unitsOfDistribution" element
-
setUnitsOfDistribution
void setUnitsOfDistribution(CharacterStringPropertyType unitsOfDistribution)
Sets the "unitsOfDistribution" element
-
addNewUnitsOfDistribution
CharacterStringPropertyType addNewUnitsOfDistribution()
Appends and returns a new empty "unitsOfDistribution" element
-
unsetUnitsOfDistribution
void unsetUnitsOfDistribution()
Unsets the "unitsOfDistribution" element
-
getTransferSize
RealPropertyType getTransferSize()
Gets the "transferSize" element
-
isSetTransferSize
boolean isSetTransferSize()
True if has "transferSize" element
-
setTransferSize
void setTransferSize(RealPropertyType transferSize)
Sets the "transferSize" element
-
addNewTransferSize
RealPropertyType addNewTransferSize()
Appends and returns a new empty "transferSize" element
-
unsetTransferSize
void unsetTransferSize()
Unsets the "transferSize" element
-
getOnLineArray
CIOnlineResourcePropertyType[] getOnLineArray()
Gets array of all "onLine" elements
-
getOnLineArray
CIOnlineResourcePropertyType getOnLineArray(int i)
Gets ith "onLine" element
-
sizeOfOnLineArray
int sizeOfOnLineArray()
Returns number of "onLine" element
-
setOnLineArray
void setOnLineArray(CIOnlineResourcePropertyType[] onLineArray)
Sets array of all "onLine" element
-
setOnLineArray
void setOnLineArray(int i, CIOnlineResourcePropertyType onLine)Sets ith "onLine" element
-
insertNewOnLine
CIOnlineResourcePropertyType insertNewOnLine(int i)
Inserts and returns a new empty value (as xml) as the ith "onLine" element
-
addNewOnLine
CIOnlineResourcePropertyType addNewOnLine()
Appends and returns a new empty value (as xml) as the last "onLine" element
-
removeOnLine
void removeOnLine(int i)
Removes the ith "onLine" element
-
getOffLine
MDMediumPropertyType getOffLine()
Gets the "offLine" element
-
isSetOffLine
boolean isSetOffLine()
True if has "offLine" element
-
setOffLine
void setOffLine(MDMediumPropertyType offLine)
Sets the "offLine" element
-
addNewOffLine
MDMediumPropertyType addNewOffLine()
Appends and returns a new empty "offLine" element
-
unsetOffLine
void unsetOffLine()
Unsets the "offLine" element
-
-