|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.MDFormatType
public class MDFormatType
Description of the form of the data to be distributed
Java class for MD_Format_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Format_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
<sequence>
<element name="name" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
<element name="version" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
<element name="amendmentNumber" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="specification" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="fileDecompressionTechnique" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="formatDistributor" type="{http://www.isotc211.org/2005/gmd}MD_Distributor_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CharacterStringPropertyType |
amendmentNumber
|
protected CharacterStringPropertyType |
fileDecompressionTechnique
|
protected List<MDDistributorPropertyType> |
formatDistributor
|
protected CharacterStringPropertyType |
name
|
protected CharacterStringPropertyType |
specification
|
protected CharacterStringPropertyType |
version
|
| Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
MDFormatType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
|
CharacterStringPropertyType |
getAmendmentNumber()
Gets the value of the amendmentNumber property. |
CharacterStringPropertyType |
getFileDecompressionTechnique()
Gets the value of the fileDecompressionTechnique property. |
List<MDDistributorPropertyType> |
getFormatDistributor()
Gets the value of the formatDistributor property. |
CharacterStringPropertyType |
getName()
Gets the value of the name property. |
CharacterStringPropertyType |
getSpecification()
Gets the value of the specification property. |
CharacterStringPropertyType |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAmendmentNumber()
|
boolean |
isSetFileDecompressionTechnique()
|
boolean |
isSetFormatDistributor()
|
boolean |
isSetName()
|
boolean |
isSetSpecification()
|
boolean |
isSetVersion()
|
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.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAmendmentNumber(CharacterStringPropertyType value)
Sets the value of the amendmentNumber property. |
void |
setFileDecompressionTechnique(CharacterStringPropertyType value)
Sets the value of the fileDecompressionTechnique property. |
void |
setFormatDistributor(List<MDDistributorPropertyType> value)
|
void |
setName(CharacterStringPropertyType value)
Sets the value of the name property. |
void |
setSpecification(CharacterStringPropertyType value)
Sets the value of the specification property. |
void |
setVersion(CharacterStringPropertyType value)
Sets the value of the version property. |
String |
toString()
|
void |
unsetFormatDistributor()
|
MDFormatType |
withAmendmentNumber(CharacterStringPropertyType value)
|
MDFormatType |
withFileDecompressionTechnique(CharacterStringPropertyType value)
|
MDFormatType |
withFormatDistributor(Collection<MDDistributorPropertyType> values)
|
MDFormatType |
withFormatDistributor(List<MDDistributorPropertyType> value)
|
MDFormatType |
withFormatDistributor(MDDistributorPropertyType... values)
|
MDFormatType |
withId(String value)
|
MDFormatType |
withName(CharacterStringPropertyType value)
|
MDFormatType |
withSpecification(CharacterStringPropertyType value)
|
MDFormatType |
withUuid(String value)
|
MDFormatType |
withVersion(CharacterStringPropertyType value)
|
| Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CharacterStringPropertyType name
protected CharacterStringPropertyType version
protected CharacterStringPropertyType amendmentNumber
protected CharacterStringPropertyType specification
protected CharacterStringPropertyType fileDecompressionTechnique
protected List<MDDistributorPropertyType> formatDistributor
| Constructor Detail |
|---|
public MDFormatType()
| Method Detail |
|---|
public CharacterStringPropertyType getName()
CharacterStringPropertyTypepublic void setName(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetName()
public CharacterStringPropertyType getVersion()
CharacterStringPropertyTypepublic void setVersion(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetVersion()
public CharacterStringPropertyType getAmendmentNumber()
CharacterStringPropertyTypepublic void setAmendmentNumber(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetAmendmentNumber()
public CharacterStringPropertyType getSpecification()
CharacterStringPropertyTypepublic void setSpecification(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetSpecification()
public CharacterStringPropertyType getFileDecompressionTechnique()
CharacterStringPropertyTypepublic void setFileDecompressionTechnique(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetFileDecompressionTechnique()
public List<MDDistributorPropertyType> getFormatDistributor()
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 formatDistributor property.
For example, to add a new item, do as follows:
getFormatDistributor().add(newItem);
Objects of the following type(s) are allowed in the list
MDDistributorPropertyType
public boolean isSetFormatDistributor()
public void unsetFormatDistributor()
public String toString()
toString in class AbstractObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractObjectTypepublic boolean equals(Object object)
equals in class AbstractObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class AbstractObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractObjectType
public 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractObjectTypepublic void setFormatDistributor(List<MDDistributorPropertyType> value)
public MDFormatType withName(CharacterStringPropertyType value)
public MDFormatType withVersion(CharacterStringPropertyType value)
public MDFormatType withAmendmentNumber(CharacterStringPropertyType value)
public MDFormatType withSpecification(CharacterStringPropertyType value)
public MDFormatType withFileDecompressionTechnique(CharacterStringPropertyType value)
public MDFormatType withFormatDistributor(MDDistributorPropertyType... values)
public MDFormatType withFormatDistributor(Collection<MDDistributorPropertyType> values)
public MDFormatType withFormatDistributor(List<MDDistributorPropertyType> value)
public MDFormatType withId(String value)
withId in class AbstractObjectTypepublic MDFormatType withUuid(String value)
withUuid in class AbstractObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||