Class MDStandardOrderProcessType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDStandardOrderProcessType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDStandardOrderProcessType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Common ways in which the dataset may be obtained or received, and related instructions and fee informationJava class for MD_StandardOrderProcess_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_StandardOrderProcess_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="fees" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="plannedAvailableDateTime" type="{http://www.isotc211.org/2005/gco}DateTime_PropertyType" minOccurs="0"/> <element name="orderingInstructions" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="turnaround" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypefeesprotected CharacterStringPropertyTypeorderingInstructionsprotected DateTimePropertyTypeplannedAvailableDateTimeprotected CharacterStringPropertyTypeturnaround-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDStandardOrderProcessType()Default no-arg constructorMDStandardOrderProcessType(String id, String uuid, CharacterStringPropertyType fees, DateTimePropertyType plannedAvailableDateTime, CharacterStringPropertyType orderingInstructions, CharacterStringPropertyType turnaround)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)CharacterStringPropertyTypegetFees()Gets the value of the fees property.CharacterStringPropertyTypegetOrderingInstructions()Gets the value of the orderingInstructions property.DateTimePropertyTypegetPlannedAvailableDateTime()Gets the value of the plannedAvailableDateTime property.CharacterStringPropertyTypegetTurnaround()Gets the value of the turnaround property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFees()booleanisSetOrderingInstructions()booleanisSetPlannedAvailableDateTime()booleanisSetTurnaround()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetFees(CharacterStringPropertyType value)Sets the value of the fees property.voidsetOrderingInstructions(CharacterStringPropertyType value)Sets the value of the orderingInstructions property.voidsetPlannedAvailableDateTime(DateTimePropertyType value)Sets the value of the plannedAvailableDateTime property.voidsetTurnaround(CharacterStringPropertyType value)Sets the value of the turnaround property.StringtoString()MDStandardOrderProcessTypewithFees(CharacterStringPropertyType value)MDStandardOrderProcessTypewithId(String value)MDStandardOrderProcessTypewithOrderingInstructions(CharacterStringPropertyType value)MDStandardOrderProcessTypewithPlannedAvailableDateTime(DateTimePropertyType value)MDStandardOrderProcessTypewithTurnaround(CharacterStringPropertyType value)MDStandardOrderProcessTypewithUuid(String value)
-
-
-
Field Detail
-
fees
protected CharacterStringPropertyType fees
-
plannedAvailableDateTime
protected DateTimePropertyType plannedAvailableDateTime
-
orderingInstructions
protected CharacterStringPropertyType orderingInstructions
-
turnaround
protected CharacterStringPropertyType turnaround
-
-
Constructor Detail
-
MDStandardOrderProcessType
public MDStandardOrderProcessType()
Default no-arg constructor
-
MDStandardOrderProcessType
public MDStandardOrderProcessType(String id, String uuid, CharacterStringPropertyType fees, DateTimePropertyType plannedAvailableDateTime, CharacterStringPropertyType orderingInstructions, CharacterStringPropertyType turnaround)
Fully-initialising value constructor
-
-
Method Detail
-
getFees
public CharacterStringPropertyType getFees()
Gets the value of the fees property.- Returns:
- possible object is
CharacterStringPropertyType
-
setFees
public void setFees(CharacterStringPropertyType value)
Sets the value of the fees property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetFees
public boolean isSetFees()
-
getPlannedAvailableDateTime
public DateTimePropertyType getPlannedAvailableDateTime()
Gets the value of the plannedAvailableDateTime property.- Returns:
- possible object is
DateTimePropertyType
-
setPlannedAvailableDateTime
public void setPlannedAvailableDateTime(DateTimePropertyType value)
Sets the value of the plannedAvailableDateTime property.- Parameters:
value- allowed object isDateTimePropertyType
-
isSetPlannedAvailableDateTime
public boolean isSetPlannedAvailableDateTime()
-
getOrderingInstructions
public CharacterStringPropertyType getOrderingInstructions()
Gets the value of the orderingInstructions property.- Returns:
- possible object is
CharacterStringPropertyType
-
setOrderingInstructions
public void setOrderingInstructions(CharacterStringPropertyType value)
Sets the value of the orderingInstructions property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetOrderingInstructions
public boolean isSetOrderingInstructions()
-
getTurnaround
public CharacterStringPropertyType getTurnaround()
Gets the value of the turnaround property.- Returns:
- possible object is
CharacterStringPropertyType
-
setTurnaround
public void setTurnaround(CharacterStringPropertyType value)
Sets the value of the turnaround property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetTurnaround
public boolean isSetTurnaround()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
withFees
public MDStandardOrderProcessType withFees(CharacterStringPropertyType value)
-
withPlannedAvailableDateTime
public MDStandardOrderProcessType withPlannedAvailableDateTime(DateTimePropertyType value)
-
withOrderingInstructions
public MDStandardOrderProcessType withOrderingInstructions(CharacterStringPropertyType value)
-
withTurnaround
public MDStandardOrderProcessType withTurnaround(CharacterStringPropertyType value)
-
withId
public MDStandardOrderProcessType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDStandardOrderProcessType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-