Class MDDistributorType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDDistributorType
-
- 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 MDDistributorType 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
Information about the distributorJava class for MD_Distributor_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Distributor_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="distributorContact" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType"/> <element name="distributionOrderProcess" type="{http://www.isotc211.org/2005/gmd}MD_StandardOrderProcess_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="distributorFormat" type="{http://www.isotc211.org/2005/gmd}MD_Format_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="distributorTransferOptions" type="{http://www.isotc211.org/2005/gmd}MD_DigitalTransferOptions_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MDStandardOrderProcessPropertyType>distributionOrderProcessprotected CIResponsiblePartyPropertyTypedistributorContactprotected List<MDFormatPropertyType>distributorFormatprotected List<MDDigitalTransferOptionsPropertyType>distributorTransferOptions-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDDistributorType()Default no-arg constructorMDDistributorType(String id, String uuid, CIResponsiblePartyPropertyType distributorContact, List<MDStandardOrderProcessPropertyType> distributionOrderProcess, List<MDFormatPropertyType> distributorFormat, List<MDDigitalTransferOptionsPropertyType> distributorTransferOptions)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
distributorContact
protected CIResponsiblePartyPropertyType distributorContact
-
distributionOrderProcess
protected List<MDStandardOrderProcessPropertyType> distributionOrderProcess
-
distributorFormat
protected List<MDFormatPropertyType> distributorFormat
-
distributorTransferOptions
protected List<MDDigitalTransferOptionsPropertyType> distributorTransferOptions
-
-
Constructor Detail
-
MDDistributorType
public MDDistributorType()
Default no-arg constructor
-
MDDistributorType
public MDDistributorType(String id, String uuid, CIResponsiblePartyPropertyType distributorContact, List<MDStandardOrderProcessPropertyType> distributionOrderProcess, List<MDFormatPropertyType> distributorFormat, List<MDDigitalTransferOptionsPropertyType> distributorTransferOptions)
Fully-initialising value constructor
-
-
Method Detail
-
getDistributorContact
public CIResponsiblePartyPropertyType getDistributorContact()
Gets the value of the distributorContact property.- Returns:
- possible object is
CIResponsiblePartyPropertyType
-
setDistributorContact
public void setDistributorContact(CIResponsiblePartyPropertyType value)
Sets the value of the distributorContact property.- Parameters:
value- allowed object isCIResponsiblePartyPropertyType
-
isSetDistributorContact
public boolean isSetDistributorContact()
-
getDistributionOrderProcess
public List<MDStandardOrderProcessPropertyType> getDistributionOrderProcess()
Gets the value of the distributionOrderProcess property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the distributionOrderProcess property.For example, to add a new item, do as follows:
getDistributionOrderProcess().add(newItem);Objects of the following type(s) are allowed in the list
MDStandardOrderProcessPropertyType
-
isSetDistributionOrderProcess
public boolean isSetDistributionOrderProcess()
-
unsetDistributionOrderProcess
public void unsetDistributionOrderProcess()
-
getDistributorFormat
public List<MDFormatPropertyType> getDistributorFormat()
Gets the value of the distributorFormat property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the distributorFormat property.For example, to add a new item, do as follows:
getDistributorFormat().add(newItem);Objects of the following type(s) are allowed in the list
MDFormatPropertyType
-
isSetDistributorFormat
public boolean isSetDistributorFormat()
-
unsetDistributorFormat
public void unsetDistributorFormat()
-
getDistributorTransferOptions
public List<MDDigitalTransferOptionsPropertyType> getDistributorTransferOptions()
Gets the value of the distributorTransferOptions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the distributorTransferOptions property.For example, to add a new item, do as follows:
getDistributorTransferOptions().add(newItem);Objects of the following type(s) are allowed in the list
MDDigitalTransferOptionsPropertyType
-
isSetDistributorTransferOptions
public boolean isSetDistributorTransferOptions()
-
unsetDistributorTransferOptions
public void unsetDistributorTransferOptions()
-
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
-
setDistributionOrderProcess
public void setDistributionOrderProcess(List<MDStandardOrderProcessPropertyType> value)
-
setDistributorFormat
public void setDistributorFormat(List<MDFormatPropertyType> value)
-
setDistributorTransferOptions
public void setDistributorTransferOptions(List<MDDigitalTransferOptionsPropertyType> value)
-
withDistributorContact
public MDDistributorType withDistributorContact(CIResponsiblePartyPropertyType value)
-
withDistributionOrderProcess
public MDDistributorType withDistributionOrderProcess(MDStandardOrderProcessPropertyType... values)
-
withDistributionOrderProcess
public MDDistributorType withDistributionOrderProcess(Collection<MDStandardOrderProcessPropertyType> values)
-
withDistributorFormat
public MDDistributorType withDistributorFormat(MDFormatPropertyType... values)
-
withDistributorFormat
public MDDistributorType withDistributorFormat(Collection<MDFormatPropertyType> values)
-
withDistributorTransferOptions
public MDDistributorType withDistributorTransferOptions(MDDigitalTransferOptionsPropertyType... values)
-
withDistributorTransferOptions
public MDDistributorType withDistributorTransferOptions(Collection<MDDigitalTransferOptionsPropertyType> values)
-
withDistributionOrderProcess
public MDDistributorType withDistributionOrderProcess(List<MDStandardOrderProcessPropertyType> value)
-
withDistributorFormat
public MDDistributorType withDistributorFormat(List<MDFormatPropertyType> value)
-
withDistributorTransferOptions
public MDDistributorType withDistributorTransferOptions(List<MDDigitalTransferOptionsPropertyType> value)
-
withId
public MDDistributorType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDDistributorType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-