Class MDDistributionType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDDistributionType
-
- 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 MDDistributionType 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 distributor of and options for obtaining the datasetJava class for MD_Distribution_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Distribution_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="distributionFormat" type="{http://www.isotc211.org/2005/gmd}MD_Format_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="distributor" type="{http://www.isotc211.org/2005/gmd}MD_Distributor_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="transferOptions" 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<MDFormatPropertyType>distributionFormatprotected List<MDDistributorPropertyType>distributorprotected List<MDDigitalTransferOptionsPropertyType>transferOptions-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDDistributionType()Default no-arg constructorMDDistributionType(String id, String uuid, List<MDFormatPropertyType> distributionFormat, List<MDDistributorPropertyType> distributor, List<MDDigitalTransferOptionsPropertyType> transferOptions)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
distributionFormat
protected List<MDFormatPropertyType> distributionFormat
-
distributor
protected List<MDDistributorPropertyType> distributor
-
transferOptions
protected List<MDDigitalTransferOptionsPropertyType> transferOptions
-
-
Constructor Detail
-
MDDistributionType
public MDDistributionType()
Default no-arg constructor
-
MDDistributionType
public MDDistributionType(String id, String uuid, List<MDFormatPropertyType> distributionFormat, List<MDDistributorPropertyType> distributor, List<MDDigitalTransferOptionsPropertyType> transferOptions)
Fully-initialising value constructor
-
-
Method Detail
-
getDistributionFormat
public List<MDFormatPropertyType> getDistributionFormat()
Gets the value of the distributionFormat 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 distributionFormat property.For example, to add a new item, do as follows:
getDistributionFormat().add(newItem);Objects of the following type(s) are allowed in the list
MDFormatPropertyType
-
isSetDistributionFormat
public boolean isSetDistributionFormat()
-
unsetDistributionFormat
public void unsetDistributionFormat()
-
getDistributor
public List<MDDistributorPropertyType> getDistributor()
Gets the value of the distributor 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 distributor property.For example, to add a new item, do as follows:
getDistributor().add(newItem);Objects of the following type(s) are allowed in the list
MDDistributorPropertyType
-
isSetDistributor
public boolean isSetDistributor()
-
unsetDistributor
public void unsetDistributor()
-
getTransferOptions
public List<MDDigitalTransferOptionsPropertyType> getTransferOptions()
Gets the value of the transferOptions 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 transferOptions property.For example, to add a new item, do as follows:
getTransferOptions().add(newItem);Objects of the following type(s) are allowed in the list
MDDigitalTransferOptionsPropertyType
-
isSetTransferOptions
public boolean isSetTransferOptions()
-
unsetTransferOptions
public void unsetTransferOptions()
-
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
-
setDistributionFormat
public void setDistributionFormat(List<MDFormatPropertyType> value)
-
setDistributor
public void setDistributor(List<MDDistributorPropertyType> value)
-
setTransferOptions
public void setTransferOptions(List<MDDigitalTransferOptionsPropertyType> value)
-
withDistributionFormat
public MDDistributionType withDistributionFormat(MDFormatPropertyType... values)
-
withDistributionFormat
public MDDistributionType withDistributionFormat(Collection<MDFormatPropertyType> values)
-
withDistributor
public MDDistributionType withDistributor(MDDistributorPropertyType... values)
-
withDistributor
public MDDistributionType withDistributor(Collection<MDDistributorPropertyType> values)
-
withTransferOptions
public MDDistributionType withTransferOptions(MDDigitalTransferOptionsPropertyType... values)
-
withTransferOptions
public MDDistributionType withTransferOptions(Collection<MDDigitalTransferOptionsPropertyType> values)
-
withDistributionFormat
public MDDistributionType withDistributionFormat(List<MDFormatPropertyType> value)
-
withDistributor
public MDDistributionType withDistributor(List<MDDistributorPropertyType> value)
-
withTransferOptions
public MDDistributionType withTransferOptions(List<MDDigitalTransferOptionsPropertyType> value)
-
withId
public MDDistributionType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDDistributionType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-