Class MDDigitalTransferOptionsType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDDigitalTransferOptionsType
-
- 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 MDDigitalTransferOptionsType 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
Technical means and media by which a dataset is obtained from the distributorJava class for MD_DigitalTransferOptions_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_DigitalTransferOptions_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="unitsOfDistribution" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="transferSize" type="{http://www.isotc211.org/2005/gco}Real_PropertyType" minOccurs="0"/> <element name="onLine" type="{http://www.isotc211.org/2005/gmd}CI_OnlineResource_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="offLine" type="{http://www.isotc211.org/2005/gmd}MD_Medium_PropertyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MDMediumPropertyTypeoffLineprotected List<CIOnlineResourcePropertyType>onLineprotected RealPropertyTypetransferSizeprotected CharacterStringPropertyTypeunitsOfDistribution-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDDigitalTransferOptionsType()Default no-arg constructorMDDigitalTransferOptionsType(String id, String uuid, CharacterStringPropertyType unitsOfDistribution, RealPropertyType transferSize, List<CIOnlineResourcePropertyType> onLine, MDMediumPropertyType offLine)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)MDMediumPropertyTypegetOffLine()Gets the value of the offLine property.List<CIOnlineResourcePropertyType>getOnLine()Gets the value of the onLine property.RealPropertyTypegetTransferSize()Gets the value of the transferSize property.CharacterStringPropertyTypegetUnitsOfDistribution()Gets the value of the unitsOfDistribution property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetOffLine()booleanisSetOnLine()booleanisSetTransferSize()booleanisSetUnitsOfDistribution()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)voidsetOffLine(MDMediumPropertyType value)Sets the value of the offLine property.voidsetOnLine(List<CIOnlineResourcePropertyType> value)voidsetTransferSize(RealPropertyType value)Sets the value of the transferSize property.voidsetUnitsOfDistribution(CharacterStringPropertyType value)Sets the value of the unitsOfDistribution property.StringtoString()voidunsetOnLine()MDDigitalTransferOptionsTypewithId(String value)MDDigitalTransferOptionsTypewithOffLine(MDMediumPropertyType value)MDDigitalTransferOptionsTypewithOnLine(Collection<CIOnlineResourcePropertyType> values)MDDigitalTransferOptionsTypewithOnLine(List<CIOnlineResourcePropertyType> value)MDDigitalTransferOptionsTypewithOnLine(CIOnlineResourcePropertyType... values)MDDigitalTransferOptionsTypewithTransferSize(RealPropertyType value)MDDigitalTransferOptionsTypewithUnitsOfDistribution(CharacterStringPropertyType value)MDDigitalTransferOptionsTypewithUuid(String value)
-
-
-
Field Detail
-
unitsOfDistribution
protected CharacterStringPropertyType unitsOfDistribution
-
transferSize
protected RealPropertyType transferSize
-
onLine
protected List<CIOnlineResourcePropertyType> onLine
-
offLine
protected MDMediumPropertyType offLine
-
-
Constructor Detail
-
MDDigitalTransferOptionsType
public MDDigitalTransferOptionsType()
Default no-arg constructor
-
MDDigitalTransferOptionsType
public MDDigitalTransferOptionsType(String id, String uuid, CharacterStringPropertyType unitsOfDistribution, RealPropertyType transferSize, List<CIOnlineResourcePropertyType> onLine, MDMediumPropertyType offLine)
Fully-initialising value constructor
-
-
Method Detail
-
getUnitsOfDistribution
public CharacterStringPropertyType getUnitsOfDistribution()
Gets the value of the unitsOfDistribution property.- Returns:
- possible object is
CharacterStringPropertyType
-
setUnitsOfDistribution
public void setUnitsOfDistribution(CharacterStringPropertyType value)
Sets the value of the unitsOfDistribution property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetUnitsOfDistribution
public boolean isSetUnitsOfDistribution()
-
getTransferSize
public RealPropertyType getTransferSize()
Gets the value of the transferSize property.- Returns:
- possible object is
RealPropertyType
-
setTransferSize
public void setTransferSize(RealPropertyType value)
Sets the value of the transferSize property.- Parameters:
value- allowed object isRealPropertyType
-
isSetTransferSize
public boolean isSetTransferSize()
-
getOnLine
public List<CIOnlineResourcePropertyType> getOnLine()
Gets the value of the onLine 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 onLine property.For example, to add a new item, do as follows:
getOnLine().add(newItem);Objects of the following type(s) are allowed in the list
CIOnlineResourcePropertyType
-
isSetOnLine
public boolean isSetOnLine()
-
unsetOnLine
public void unsetOnLine()
-
getOffLine
public MDMediumPropertyType getOffLine()
Gets the value of the offLine property.- Returns:
- possible object is
MDMediumPropertyType
-
setOffLine
public void setOffLine(MDMediumPropertyType value)
Sets the value of the offLine property.- Parameters:
value- allowed object isMDMediumPropertyType
-
isSetOffLine
public boolean isSetOffLine()
-
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
-
setOnLine
public void setOnLine(List<CIOnlineResourcePropertyType> value)
-
withUnitsOfDistribution
public MDDigitalTransferOptionsType withUnitsOfDistribution(CharacterStringPropertyType value)
-
withTransferSize
public MDDigitalTransferOptionsType withTransferSize(RealPropertyType value)
-
withOnLine
public MDDigitalTransferOptionsType withOnLine(CIOnlineResourcePropertyType... values)
-
withOnLine
public MDDigitalTransferOptionsType withOnLine(Collection<CIOnlineResourcePropertyType> values)
-
withOffLine
public MDDigitalTransferOptionsType withOffLine(MDMediumPropertyType value)
-
withOnLine
public MDDigitalTransferOptionsType withOnLine(List<CIOnlineResourcePropertyType> value)
-
withId
public MDDigitalTransferOptionsType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDDigitalTransferOptionsType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-