Class MDUsageType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDUsageType
-
- 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 MDUsageType 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
Brief description of ways in which the dataset is currently used.Java class for MD_Usage_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Usage_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="specificUsage" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="usageDateTime" type="{http://www.isotc211.org/2005/gco}DateTime_PropertyType" minOccurs="0"/> <element name="userDeterminedLimitations" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="userContactInfo" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypespecificUsageprotected DateTimePropertyTypeusageDateTimeprotected List<CIResponsiblePartyPropertyType>userContactInfoprotected CharacterStringPropertyTypeuserDeterminedLimitations-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDUsageType()Default no-arg constructorMDUsageType(String id, String uuid, CharacterStringPropertyType specificUsage, DateTimePropertyType usageDateTime, CharacterStringPropertyType userDeterminedLimitations, List<CIResponsiblePartyPropertyType> userContactInfo)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)CharacterStringPropertyTypegetSpecificUsage()Gets the value of the specificUsage property.DateTimePropertyTypegetUsageDateTime()Gets the value of the usageDateTime property.List<CIResponsiblePartyPropertyType>getUserContactInfo()Gets the value of the userContactInfo property.CharacterStringPropertyTypegetUserDeterminedLimitations()Gets the value of the userDeterminedLimitations property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetSpecificUsage()booleanisSetUsageDateTime()booleanisSetUserContactInfo()booleanisSetUserDeterminedLimitations()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)voidsetSpecificUsage(CharacterStringPropertyType value)Sets the value of the specificUsage property.voidsetUsageDateTime(DateTimePropertyType value)Sets the value of the usageDateTime property.voidsetUserContactInfo(List<CIResponsiblePartyPropertyType> value)voidsetUserDeterminedLimitations(CharacterStringPropertyType value)Sets the value of the userDeterminedLimitations property.StringtoString()voidunsetUserContactInfo()MDUsageTypewithId(String value)MDUsageTypewithSpecificUsage(CharacterStringPropertyType value)MDUsageTypewithUsageDateTime(DateTimePropertyType value)MDUsageTypewithUserContactInfo(Collection<CIResponsiblePartyPropertyType> values)MDUsageTypewithUserContactInfo(List<CIResponsiblePartyPropertyType> value)MDUsageTypewithUserContactInfo(CIResponsiblePartyPropertyType... values)MDUsageTypewithUserDeterminedLimitations(CharacterStringPropertyType value)MDUsageTypewithUuid(String value)
-
-
-
Field Detail
-
specificUsage
protected CharacterStringPropertyType specificUsage
-
usageDateTime
protected DateTimePropertyType usageDateTime
-
userDeterminedLimitations
protected CharacterStringPropertyType userDeterminedLimitations
-
userContactInfo
protected List<CIResponsiblePartyPropertyType> userContactInfo
-
-
Constructor Detail
-
MDUsageType
public MDUsageType()
Default no-arg constructor
-
MDUsageType
public MDUsageType(String id, String uuid, CharacterStringPropertyType specificUsage, DateTimePropertyType usageDateTime, CharacterStringPropertyType userDeterminedLimitations, List<CIResponsiblePartyPropertyType> userContactInfo)
Fully-initialising value constructor
-
-
Method Detail
-
getSpecificUsage
public CharacterStringPropertyType getSpecificUsage()
Gets the value of the specificUsage property.- Returns:
- possible object is
CharacterStringPropertyType
-
setSpecificUsage
public void setSpecificUsage(CharacterStringPropertyType value)
Sets the value of the specificUsage property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetSpecificUsage
public boolean isSetSpecificUsage()
-
getUsageDateTime
public DateTimePropertyType getUsageDateTime()
Gets the value of the usageDateTime property.- Returns:
- possible object is
DateTimePropertyType
-
setUsageDateTime
public void setUsageDateTime(DateTimePropertyType value)
Sets the value of the usageDateTime property.- Parameters:
value- allowed object isDateTimePropertyType
-
isSetUsageDateTime
public boolean isSetUsageDateTime()
-
getUserDeterminedLimitations
public CharacterStringPropertyType getUserDeterminedLimitations()
Gets the value of the userDeterminedLimitations property.- Returns:
- possible object is
CharacterStringPropertyType
-
setUserDeterminedLimitations
public void setUserDeterminedLimitations(CharacterStringPropertyType value)
Sets the value of the userDeterminedLimitations property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetUserDeterminedLimitations
public boolean isSetUserDeterminedLimitations()
-
getUserContactInfo
public List<CIResponsiblePartyPropertyType> getUserContactInfo()
Gets the value of the userContactInfo 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 userContactInfo property.For example, to add a new item, do as follows:
getUserContactInfo().add(newItem);Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
-
isSetUserContactInfo
public boolean isSetUserContactInfo()
-
unsetUserContactInfo
public void unsetUserContactInfo()
-
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
-
setUserContactInfo
public void setUserContactInfo(List<CIResponsiblePartyPropertyType> value)
-
withSpecificUsage
public MDUsageType withSpecificUsage(CharacterStringPropertyType value)
-
withUsageDateTime
public MDUsageType withUsageDateTime(DateTimePropertyType value)
-
withUserDeterminedLimitations
public MDUsageType withUserDeterminedLimitations(CharacterStringPropertyType value)
-
withUserContactInfo
public MDUsageType withUserContactInfo(CIResponsiblePartyPropertyType... values)
-
withUserContactInfo
public MDUsageType withUserContactInfo(Collection<CIResponsiblePartyPropertyType> values)
-
withUserContactInfo
public MDUsageType withUserContactInfo(List<CIResponsiblePartyPropertyType> value)
-
withId
public MDUsageType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDUsageType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-