Package org.isotc211.x2005.gmd
Interface MDStandardOrderProcessType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDStandardOrderProcessTypeImpl
public interface MDStandardOrderProcessType extends AbstractObjectType
An XML MD_StandardOrderProcess_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDStandardOrderProcessType.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 CharacterStringPropertyTypeaddNewFees()Appends and returns a new empty "fees" elementCharacterStringPropertyTypeaddNewOrderingInstructions()Appends and returns a new empty "orderingInstructions" elementDateTimePropertyTypeaddNewPlannedAvailableDateTime()Appends and returns a new empty "plannedAvailableDateTime" elementCharacterStringPropertyTypeaddNewTurnaround()Appends and returns a new empty "turnaround" elementCharacterStringPropertyTypegetFees()Gets the "fees" elementCharacterStringPropertyTypegetOrderingInstructions()Gets the "orderingInstructions" elementDateTimePropertyTypegetPlannedAvailableDateTime()Gets the "plannedAvailableDateTime" elementCharacterStringPropertyTypegetTurnaround()Gets the "turnaround" elementbooleanisSetFees()True if has "fees" elementbooleanisSetOrderingInstructions()True if has "orderingInstructions" elementbooleanisSetPlannedAvailableDateTime()True if has "plannedAvailableDateTime" elementbooleanisSetTurnaround()True if has "turnaround" elementvoidsetFees(CharacterStringPropertyType fees)Sets the "fees" elementvoidsetOrderingInstructions(CharacterStringPropertyType orderingInstructions)Sets the "orderingInstructions" elementvoidsetPlannedAvailableDateTime(DateTimePropertyType plannedAvailableDateTime)Sets the "plannedAvailableDateTime" elementvoidsetTurnaround(CharacterStringPropertyType turnaround)Sets the "turnaround" elementvoidunsetFees()Unsets the "fees" elementvoidunsetOrderingInstructions()Unsets the "orderingInstructions" elementvoidunsetPlannedAvailableDateTime()Unsets the "plannedAvailableDateTime" elementvoidunsetTurnaround()Unsets the "turnaround" 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
-
getFees
CharacterStringPropertyType getFees()
Gets the "fees" element
-
isSetFees
boolean isSetFees()
True if has "fees" element
-
setFees
void setFees(CharacterStringPropertyType fees)
Sets the "fees" element
-
addNewFees
CharacterStringPropertyType addNewFees()
Appends and returns a new empty "fees" element
-
unsetFees
void unsetFees()
Unsets the "fees" element
-
getPlannedAvailableDateTime
DateTimePropertyType getPlannedAvailableDateTime()
Gets the "plannedAvailableDateTime" element
-
isSetPlannedAvailableDateTime
boolean isSetPlannedAvailableDateTime()
True if has "plannedAvailableDateTime" element
-
setPlannedAvailableDateTime
void setPlannedAvailableDateTime(DateTimePropertyType plannedAvailableDateTime)
Sets the "plannedAvailableDateTime" element
-
addNewPlannedAvailableDateTime
DateTimePropertyType addNewPlannedAvailableDateTime()
Appends and returns a new empty "plannedAvailableDateTime" element
-
unsetPlannedAvailableDateTime
void unsetPlannedAvailableDateTime()
Unsets the "plannedAvailableDateTime" element
-
getOrderingInstructions
CharacterStringPropertyType getOrderingInstructions()
Gets the "orderingInstructions" element
-
isSetOrderingInstructions
boolean isSetOrderingInstructions()
True if has "orderingInstructions" element
-
setOrderingInstructions
void setOrderingInstructions(CharacterStringPropertyType orderingInstructions)
Sets the "orderingInstructions" element
-
addNewOrderingInstructions
CharacterStringPropertyType addNewOrderingInstructions()
Appends and returns a new empty "orderingInstructions" element
-
unsetOrderingInstructions
void unsetOrderingInstructions()
Unsets the "orderingInstructions" element
-
getTurnaround
CharacterStringPropertyType getTurnaround()
Gets the "turnaround" element
-
isSetTurnaround
boolean isSetTurnaround()
True if has "turnaround" element
-
setTurnaround
void setTurnaround(CharacterStringPropertyType turnaround)
Sets the "turnaround" element
-
addNewTurnaround
CharacterStringPropertyType addNewTurnaround()
Appends and returns a new empty "turnaround" element
-
unsetTurnaround
void unsetTurnaround()
Unsets the "turnaround" element
-
-