Class PTLocaleContainerType
- java.lang.Object
-
- net.opengis.iso19139.gmd.v_20070417.PTLocaleContainerType
-
- 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 PTLocaleContainerType extends Object 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
Java class for PT_LocaleContainer_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PT_LocaleContainer_Type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="locale" type="{http://www.isotc211.org/2005/gmd}PT_Locale_PropertyType"/> <element name="date" type="{http://www.isotc211.org/2005/gmd}CI_Date_PropertyType" maxOccurs="unbounded"/> <element name="responsibleParty" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/> <element name="localisedString" type="{http://www.isotc211.org/2005/gmd}LocalisedCharacterString_PropertyType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CIDatePropertyType>dateprotected CharacterStringPropertyTypedescriptionprotected PTLocalePropertyTypelocaleprotected List<LocalisedCharacterStringPropertyType>localisedStringprotected List<CIResponsiblePartyPropertyType>responsibleParty
-
Constructor Summary
Constructors Constructor Description PTLocaleContainerType()Default no-arg constructorPTLocaleContainerType(CharacterStringPropertyType description, PTLocalePropertyType locale, List<CIDatePropertyType> date, List<CIResponsiblePartyPropertyType> responsibleParty, List<LocalisedCharacterStringPropertyType> localisedString)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
description
protected CharacterStringPropertyType description
-
locale
protected PTLocalePropertyType locale
-
date
protected List<CIDatePropertyType> date
-
responsibleParty
protected List<CIResponsiblePartyPropertyType> responsibleParty
-
localisedString
protected List<LocalisedCharacterStringPropertyType> localisedString
-
-
Constructor Detail
-
PTLocaleContainerType
public PTLocaleContainerType()
Default no-arg constructor
-
PTLocaleContainerType
public PTLocaleContainerType(CharacterStringPropertyType description, PTLocalePropertyType locale, List<CIDatePropertyType> date, List<CIResponsiblePartyPropertyType> responsibleParty, List<LocalisedCharacterStringPropertyType> localisedString)
Fully-initialising value constructor
-
-
Method Detail
-
getDescription
public CharacterStringPropertyType getDescription()
Gets the value of the description property.- Returns:
- possible object is
CharacterStringPropertyType
-
setDescription
public void setDescription(CharacterStringPropertyType value)
Sets the value of the description property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetDescription
public boolean isSetDescription()
-
getLocale
public PTLocalePropertyType getLocale()
Gets the value of the locale property.- Returns:
- possible object is
PTLocalePropertyType
-
setLocale
public void setLocale(PTLocalePropertyType value)
Sets the value of the locale property.- Parameters:
value- allowed object isPTLocalePropertyType
-
isSetLocale
public boolean isSetLocale()
-
getDate
public List<CIDatePropertyType> getDate()
Gets the value of the date 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 date property.For example, to add a new item, do as follows:
getDate().add(newItem);Objects of the following type(s) are allowed in the list
CIDatePropertyType
-
isSetDate
public boolean isSetDate()
-
unsetDate
public void unsetDate()
-
getResponsibleParty
public List<CIResponsiblePartyPropertyType> getResponsibleParty()
Gets the value of the responsibleParty 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 responsibleParty property.For example, to add a new item, do as follows:
getResponsibleParty().add(newItem);Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
-
isSetResponsibleParty
public boolean isSetResponsibleParty()
-
unsetResponsibleParty
public void unsetResponsibleParty()
-
getLocalisedString
public List<LocalisedCharacterStringPropertyType> getLocalisedString()
Gets the value of the localisedString 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 localisedString property.For example, to add a new item, do as follows:
getLocalisedString().add(newItem);Objects of the following type(s) are allowed in the list
LocalisedCharacterStringPropertyType
-
isSetLocalisedString
public boolean isSetLocalisedString()
-
unsetLocalisedString
public void unsetLocalisedString()
-
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
-
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
-
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
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
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
-
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
-
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
-
setDate
public void setDate(List<CIDatePropertyType> value)
-
setResponsibleParty
public void setResponsibleParty(List<CIResponsiblePartyPropertyType> value)
-
setLocalisedString
public void setLocalisedString(List<LocalisedCharacterStringPropertyType> value)
-
withDescription
public PTLocaleContainerType withDescription(CharacterStringPropertyType value)
-
withLocale
public PTLocaleContainerType withLocale(PTLocalePropertyType value)
-
withDate
public PTLocaleContainerType withDate(CIDatePropertyType... values)
-
withDate
public PTLocaleContainerType withDate(Collection<CIDatePropertyType> values)
-
withResponsibleParty
public PTLocaleContainerType withResponsibleParty(CIResponsiblePartyPropertyType... values)
-
withResponsibleParty
public PTLocaleContainerType withResponsibleParty(Collection<CIResponsiblePartyPropertyType> values)
-
withLocalisedString
public PTLocaleContainerType withLocalisedString(LocalisedCharacterStringPropertyType... values)
-
withLocalisedString
public PTLocaleContainerType withLocalisedString(Collection<LocalisedCharacterStringPropertyType> values)
-
withDate
public PTLocaleContainerType withDate(List<CIDatePropertyType> value)
-
withResponsibleParty
public PTLocaleContainerType withResponsibleParty(List<CIResponsiblePartyPropertyType> value)
-
withLocalisedString
public PTLocaleContainerType withLocalisedString(List<LocalisedCharacterStringPropertyType> value)
-
-