Package net.opengis.samplingSpecimen.x20
Interface PreparationStepType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PreparationStepTypeImpl
public interface PreparationStepType extends org.apache.xmlbeans.XmlObjectAn XML PreparationStepType(@http://www.opengis.net/samplingSpecimen/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPreparationStepType.FactoryA factory class with static methods for creating instances of this type.static interfacePreparationStepType.TimeAn XML time(@http://www.opengis.net/samplingSpecimen/2.0).
-
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 ReferenceTypeaddNewProcessingDetails()Appends and returns a new empty "processingDetails" elementCIResponsiblePartyPropertyTypeaddNewProcessOperator()Appends and returns a new empty "processOperator" elementPreparationStepType.TimeaddNewTime()Appends and returns a new empty "time" elementReferenceTypegetProcessingDetails()Gets the "processingDetails" elementCIResponsiblePartyPropertyTypegetProcessOperator()Gets the "processOperator" elementPreparationStepType.TimegetTime()Gets the "time" elementvoidsetProcessingDetails(ReferenceType processingDetails)Sets the "processingDetails" elementvoidsetProcessOperator(CIResponsiblePartyPropertyType processOperator)Sets the "processOperator" elementvoidsetTime(PreparationStepType.Time time)Sets the "time" element-
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
-
getTime
PreparationStepType.Time getTime()
Gets the "time" element
-
setTime
void setTime(PreparationStepType.Time time)
Sets the "time" element
-
addNewTime
PreparationStepType.Time addNewTime()
Appends and returns a new empty "time" element
-
getProcessOperator
CIResponsiblePartyPropertyType getProcessOperator()
Gets the "processOperator" element
-
setProcessOperator
void setProcessOperator(CIResponsiblePartyPropertyType processOperator)
Sets the "processOperator" element
-
addNewProcessOperator
CIResponsiblePartyPropertyType addNewProcessOperator()
Appends and returns a new empty "processOperator" element
-
getProcessingDetails
ReferenceType getProcessingDetails()
Gets the "processingDetails" element
-
setProcessingDetails
void setProcessingDetails(ReferenceType processingDetails)
Sets the "processingDetails" element
-
addNewProcessingDetails
ReferenceType addNewProcessingDetails()
Appends and returns a new empty "processingDetails" element
-
-