net.opengis.iso19139.gmd.v_20060504
Class PTLocaleContainerType

java.lang.Object
  extended by net.opengis.iso19139.gmd.v_20060504.PTLocaleContainerType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class PTLocaleContainerType
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.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
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.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)
           
 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.HashCodeStrategy strategy)
           
 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 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()
           
 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

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()
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 is CharacterStringPropertyType

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 is PTLocalePropertyType

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 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


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 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


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 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


toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.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)


Copyright © 2008-2015. All Rights Reserved.