public class MDDigitalTransferOptionsType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected MDMediumPropertyType |
offLine |
protected List<CIOnlineResourcePropertyType> |
onLine |
protected RealPropertyType |
transferSize |
protected CharacterStringPropertyType |
unitsOfDistribution |
id, uuid| Constructor and Description |
|---|
MDDigitalTransferOptionsType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
MDMediumPropertyType |
getOffLine()
Gets the value of the offLine property.
|
List<CIOnlineResourcePropertyType> |
getOnLine()
Gets the value of the onLine property.
|
RealPropertyType |
getTransferSize()
Gets the value of the transferSize property.
|
CharacterStringPropertyType |
getUnitsOfDistribution()
Gets the value of the unitsOfDistribution property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetOffLine() |
boolean |
isSetOnLine() |
boolean |
isSetTransferSize() |
boolean |
isSetUnitsOfDistribution() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setOffLine(MDMediumPropertyType value)
Sets the value of the offLine property.
|
void |
setOnLine(List<CIOnlineResourcePropertyType> value) |
void |
setTransferSize(RealPropertyType value)
Sets the value of the transferSize property.
|
void |
setUnitsOfDistribution(CharacterStringPropertyType value)
Sets the value of the unitsOfDistribution property.
|
String |
toString() |
void |
unsetOnLine() |
MDDigitalTransferOptionsType |
withId(String value) |
MDDigitalTransferOptionsType |
withOffLine(MDMediumPropertyType value) |
MDDigitalTransferOptionsType |
withOnLine(CIOnlineResourcePropertyType... values) |
MDDigitalTransferOptionsType |
withOnLine(Collection<CIOnlineResourcePropertyType> values) |
MDDigitalTransferOptionsType |
withOnLine(List<CIOnlineResourcePropertyType> value) |
MDDigitalTransferOptionsType |
withTransferSize(RealPropertyType value) |
MDDigitalTransferOptionsType |
withUnitsOfDistribution(CharacterStringPropertyType value) |
MDDigitalTransferOptionsType |
withUuid(String value) |
protected CharacterStringPropertyType unitsOfDistribution
protected RealPropertyType transferSize
protected List<CIOnlineResourcePropertyType> onLine
protected MDMediumPropertyType offLine
public CharacterStringPropertyType getUnitsOfDistribution()
CharacterStringPropertyTypepublic void setUnitsOfDistribution(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetUnitsOfDistribution()
public RealPropertyType getTransferSize()
RealPropertyTypepublic void setTransferSize(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetTransferSize()
public List<CIOnlineResourcePropertyType> getOnLine()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetOnLine()
public void unsetOnLine()
public MDMediumPropertyType getOffLine()
MDMediumPropertyTypepublic void setOffLine(MDMediumPropertyType value)
value - allowed object is
MDMediumPropertyTypepublic boolean isSetOffLine()
public String toString()
toString in class AbstractObjectTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractObjectTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractObjectTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractObjectTypepublic boolean equals(Object object)
equals in class AbstractObjectTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractObjectTypepublic int hashCode()
hashCode in class AbstractObjectTypepublic Object clone()
clone in class AbstractObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void setOnLine(List<CIOnlineResourcePropertyType> value)
public MDDigitalTransferOptionsType withUnitsOfDistribution(CharacterStringPropertyType value)
public MDDigitalTransferOptionsType withTransferSize(RealPropertyType value)
public MDDigitalTransferOptionsType withOnLine(CIOnlineResourcePropertyType... values)
public MDDigitalTransferOptionsType withOnLine(Collection<CIOnlineResourcePropertyType> values)
public MDDigitalTransferOptionsType withOffLine(MDMediumPropertyType value)
public MDDigitalTransferOptionsType withOnLine(List<CIOnlineResourcePropertyType> value)
public MDDigitalTransferOptionsType withId(String value)
withId in class AbstractObjectTypepublic MDDigitalTransferOptionsType withUuid(String value)
withUuid in class AbstractObjectTypeCopyright © 2008–2023. All rights reserved.