|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gmd.v_20060504.PTLocaleContainerType
public class PTLocaleContainerType
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 | |
|---|---|
protected List<CIDatePropertyType> |
date
|
protected CharacterStringPropertyType |
description
|
protected PTLocalePropertyType |
locale
|
protected List<LocalisedCharacterStringPropertyType> |
localisedString
|
protected List<CIResponsiblePartyPropertyType> |
responsibleParty
|
| Constructor Summary | |
|---|---|
PTLocaleContainerType()
|
|
| Method Summary | |
|---|---|
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)
|
List<CIDatePropertyType> |
getDate()
Gets the value of the date property. |
CharacterStringPropertyType |
getDescription()
Gets the value of the description property. |
PTLocalePropertyType |
getLocale()
Gets the value of the locale property. |
List<LocalisedCharacterStringPropertyType> |
getLocalisedString()
Gets the value of the localisedString property. |
List<CIResponsiblePartyPropertyType> |
getResponsibleParty()
Gets the value of the responsibleParty property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetDate()
|
boolean |
isSetDescription()
|
boolean |
isSetLocale()
|
boolean |
isSetLocalisedString()
|
boolean |
isSetResponsibleParty()
|
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 |
setDate(List<CIDatePropertyType> value)
|
void |
setDescription(CharacterStringPropertyType value)
Sets the value of the description property. |
void |
setLocale(PTLocalePropertyType value)
Sets the value of the locale property. |
void |
setLocalisedString(List<LocalisedCharacterStringPropertyType> value)
|
void |
setResponsibleParty(List<CIResponsiblePartyPropertyType> value)
|
String |
toString()
|
void |
unsetDate()
|
void |
unsetLocalisedString()
|
void |
unsetResponsibleParty()
|
PTLocaleContainerType |
withDate(CIDatePropertyType... values)
|
PTLocaleContainerType |
withDate(Collection<CIDatePropertyType> values)
|
PTLocaleContainerType |
withDate(List<CIDatePropertyType> value)
|
PTLocaleContainerType |
withDescription(CharacterStringPropertyType value)
|
PTLocaleContainerType |
withLocale(PTLocalePropertyType value)
|
PTLocaleContainerType |
withLocalisedString(Collection<LocalisedCharacterStringPropertyType> values)
|
PTLocaleContainerType |
withLocalisedString(List<LocalisedCharacterStringPropertyType> value)
|
PTLocaleContainerType |
withLocalisedString(LocalisedCharacterStringPropertyType... values)
|
PTLocaleContainerType |
withResponsibleParty(CIResponsiblePartyPropertyType... values)
|
PTLocaleContainerType |
withResponsibleParty(Collection<CIResponsiblePartyPropertyType> values)
|
PTLocaleContainerType |
withResponsibleParty(List<CIResponsiblePartyPropertyType> value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CharacterStringPropertyType description
protected PTLocalePropertyType locale
protected List<CIDatePropertyType> date
protected List<CIResponsiblePartyPropertyType> responsibleParty
protected List<LocalisedCharacterStringPropertyType> localisedString
| Constructor Detail |
|---|
public PTLocaleContainerType()
| Method Detail |
|---|
public CharacterStringPropertyType getDescription()
CharacterStringPropertyTypepublic void setDescription(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetDescription()
public PTLocalePropertyType getLocale()
PTLocalePropertyTypepublic void setLocale(PTLocalePropertyType value)
value - allowed object is
PTLocalePropertyTypepublic boolean isSetLocale()
public List<CIDatePropertyType> getDate()
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 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
public boolean isSetDate()
public void unsetDate()
public List<CIResponsiblePartyPropertyType> getResponsibleParty()
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 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
public boolean isSetResponsibleParty()
public void unsetResponsibleParty()
public List<LocalisedCharacterStringPropertyType> getLocalisedString()
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 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
public boolean isSetLocalisedString()
public void unsetLocalisedString()
public String toString()
toString in class Object
public 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.ToString2
public 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.ToString2
public 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.Equals2public boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public 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.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setDate(List<CIDatePropertyType> value)
public void setResponsibleParty(List<CIResponsiblePartyPropertyType> value)
public void setLocalisedString(List<LocalisedCharacterStringPropertyType> value)
public PTLocaleContainerType withDescription(CharacterStringPropertyType value)
public PTLocaleContainerType withLocale(PTLocalePropertyType value)
public PTLocaleContainerType withDate(CIDatePropertyType... values)
public PTLocaleContainerType withDate(Collection<CIDatePropertyType> values)
public PTLocaleContainerType withResponsibleParty(CIResponsiblePartyPropertyType... values)
public PTLocaleContainerType withResponsibleParty(Collection<CIResponsiblePartyPropertyType> values)
public PTLocaleContainerType withLocalisedString(LocalisedCharacterStringPropertyType... values)
public PTLocaleContainerType withLocalisedString(Collection<LocalisedCharacterStringPropertyType> values)
public PTLocaleContainerType withDate(List<CIDatePropertyType> value)
public PTLocaleContainerType withResponsibleParty(List<CIResponsiblePartyPropertyType> value)
public PTLocaleContainerType withLocalisedString(List<LocalisedCharacterStringPropertyType> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||