de.micromata.opengis.kml.v_2_2_0.xal
Class AddressDetails.PostalServiceElements

java.lang.Object
  extended by de.micromata.opengis.kml.v_2_2_0.xal.AddressDetails.PostalServiceElements
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
AddressDetails

public static class AddressDetails.PostalServiceElements
extends java.lang.Object
implements java.lang.Cloneable


Nested Class Summary
static class AddressDetails.PostalServiceElements.AddressIdentifier
           
static class AddressDetails.PostalServiceElements.AddressLatitude
           
static class AddressDetails.PostalServiceElements.AddressLatitudeDirection
           
static class AddressDetails.PostalServiceElements.AddressLongitude
           
static class AddressDetails.PostalServiceElements.AddressLongitudeDirection
           
static class AddressDetails.PostalServiceElements.Barcode
           
static class AddressDetails.PostalServiceElements.EndorsementLineCode
           
static class AddressDetails.PostalServiceElements.KeyLineCode
           
static class AddressDetails.PostalServiceElements.SortingCode
           
static class AddressDetails.PostalServiceElements.SupplementaryPostalServiceData
           
 
Field Summary
protected  java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> addressIdentifier
           
protected  AddressDetails.PostalServiceElements.AddressLatitude addressLatitude
           
protected  AddressDetails.PostalServiceElements.AddressLatitudeDirection addressLatitudeDirection
           
protected  AddressDetails.PostalServiceElements.AddressLongitude addressLongitude
           
protected  AddressDetails.PostalServiceElements.AddressLongitudeDirection addressLongitudeDirection
           
protected  java.util.List<java.lang.Object> any
           
protected  AddressDetails.PostalServiceElements.Barcode barcode
           
protected  AddressDetails.PostalServiceElements.EndorsementLineCode endorsementLineCode
           
protected  AddressDetails.PostalServiceElements.KeyLineCode keyLineCode
           
protected  AddressDetails.PostalServiceElements.SortingCode sortingCode
           
protected  java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData
           
protected  java.lang.String underscore
           
 
Constructor Summary
AddressDetails.PostalServiceElements()
           
 
Method Summary
 AddressDetails.PostalServiceElements addToAddressIdentifier(AddressDetails.PostalServiceElements.AddressIdentifier addressIdentifier)
          add a value to the addressIdentifier property collection
 AddressDetails.PostalServiceElements addToAny(java.lang.Object any)
          add a value to the any property collection
 AddressDetails.PostalServiceElements addToSupplementaryPostalServiceData(AddressDetails.PostalServiceElements.SupplementaryPostalServiceData supplementaryPostalServiceData)
          add a value to the supplementaryPostalServiceData property collection
 AddressDetails.PostalServiceElements clone()
           
 AddressDetails.PostalServiceElements.AddressIdentifier createAndAddAddressIdentifier()
          Creates a new instance of AddressDetails.PostalServiceElements.AddressIdentifier and adds it to addressIdentifier.
 AddressDetails.PostalServiceElements.SupplementaryPostalServiceData createAndAddSupplementaryPostalServiceData()
          Creates a new instance of AddressDetails.PostalServiceElements.SupplementaryPostalServiceData and adds it to supplementaryPostalServiceData.
 AddressDetails.PostalServiceElements.AddressLatitude createAndSetAddressLatitude()
          Creates a new instance of AddressDetails.PostalServiceElements.AddressLatitude and set it to addressLatitude.
 AddressDetails.PostalServiceElements.AddressLatitudeDirection createAndSetAddressLatitudeDirection()
          Creates a new instance of AddressDetails.PostalServiceElements.AddressLatitudeDirection and set it to addressLatitudeDirection.
 AddressDetails.PostalServiceElements.AddressLongitude createAndSetAddressLongitude()
          Creates a new instance of AddressDetails.PostalServiceElements.AddressLongitude and set it to addressLongitude.
 AddressDetails.PostalServiceElements.AddressLongitudeDirection createAndSetAddressLongitudeDirection()
          Creates a new instance of AddressDetails.PostalServiceElements.AddressLongitudeDirection and set it to addressLongitudeDirection.
 AddressDetails.PostalServiceElements.Barcode createAndSetBarcode()
          Creates a new instance of AddressDetails.PostalServiceElements.Barcode and set it to barcode.
 AddressDetails.PostalServiceElements.EndorsementLineCode createAndSetEndorsementLineCode()
          Creates a new instance of AddressDetails.PostalServiceElements.EndorsementLineCode and set it to endorsementLineCode.
 AddressDetails.PostalServiceElements.KeyLineCode createAndSetKeyLineCode()
          Creates a new instance of AddressDetails.PostalServiceElements.KeyLineCode and set it to keyLineCode.
 AddressDetails.PostalServiceElements.SortingCode createAndSetSortingCode()
          Creates a new instance of AddressDetails.PostalServiceElements.SortingCode and set it to sortingCode.
 boolean equals(java.lang.Object obj)
           
 java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> getAddressIdentifier()
           
 AddressDetails.PostalServiceElements.AddressLatitude getAddressLatitude()
           
 AddressDetails.PostalServiceElements.AddressLatitudeDirection getAddressLatitudeDirection()
           
 AddressDetails.PostalServiceElements.AddressLongitude getAddressLongitude()
           
 AddressDetails.PostalServiceElements.AddressLongitudeDirection getAddressLongitudeDirection()
           
 java.util.List<java.lang.Object> getAny()
           
 AddressDetails.PostalServiceElements.Barcode getBarcode()
           
 AddressDetails.PostalServiceElements.EndorsementLineCode getEndorsementLineCode()
           
 AddressDetails.PostalServiceElements.KeyLineCode getKeyLineCode()
           
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
           
 AddressDetails.PostalServiceElements.SortingCode getSortingCode()
           
 java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> getSupplementaryPostalServiceData()
           
 java.lang.String getUnderscore()
           
 int hashCode()
           
 void setAddressIdentifier(java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> addressIdentifier)
          Sets the value of the addressIdentifier property Objects of the following type(s) are allowed in the list List.
 void setAddressLatitude(AddressDetails.PostalServiceElements.AddressLatitude value)
           
 void setAddressLatitudeDirection(AddressDetails.PostalServiceElements.AddressLatitudeDirection value)
           
 void setAddressLongitude(AddressDetails.PostalServiceElements.AddressLongitude value)
           
 void setAddressLongitudeDirection(AddressDetails.PostalServiceElements.AddressLongitudeDirection value)
           
 void setAny(java.util.List<java.lang.Object> any)
          Sets the value of the any property Objects of the following type(s) are allowed in the list List.
 void setBarcode(AddressDetails.PostalServiceElements.Barcode value)
           
 void setEndorsementLineCode(AddressDetails.PostalServiceElements.EndorsementLineCode value)
           
 void setKeyLineCode(AddressDetails.PostalServiceElements.KeyLineCode value)
           
 void setSortingCode(AddressDetails.PostalServiceElements.SortingCode value)
           
 void setSupplementaryPostalServiceData(java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData)
          Sets the value of the supplementaryPostalServiceData property Objects of the following type(s) are allowed in the list List.
 void setUnderscore(java.lang.String value)
           
 AddressDetails.PostalServiceElements withAddressIdentifier(java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> addressIdentifier)
          fluent setter
 AddressDetails.PostalServiceElements withAddressLatitude(AddressDetails.PostalServiceElements.AddressLatitude addressLatitude)
          fluent setter
 AddressDetails.PostalServiceElements withAddressLatitudeDirection(AddressDetails.PostalServiceElements.AddressLatitudeDirection addressLatitudeDirection)
          fluent setter
 AddressDetails.PostalServiceElements withAddressLongitude(AddressDetails.PostalServiceElements.AddressLongitude addressLongitude)
          fluent setter
 AddressDetails.PostalServiceElements withAddressLongitudeDirection(AddressDetails.PostalServiceElements.AddressLongitudeDirection addressLongitudeDirection)
          fluent setter
 AddressDetails.PostalServiceElements withAny(java.util.List<java.lang.Object> any)
          fluent setter
 AddressDetails.PostalServiceElements withBarcode(AddressDetails.PostalServiceElements.Barcode barcode)
          fluent setter
 AddressDetails.PostalServiceElements withEndorsementLineCode(AddressDetails.PostalServiceElements.EndorsementLineCode endorsementLineCode)
          fluent setter
 AddressDetails.PostalServiceElements withKeyLineCode(AddressDetails.PostalServiceElements.KeyLineCode keyLineCode)
          fluent setter
 AddressDetails.PostalServiceElements withSortingCode(AddressDetails.PostalServiceElements.SortingCode sortingCode)
          fluent setter
 AddressDetails.PostalServiceElements withSupplementaryPostalServiceData(java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData)
          fluent setter
 AddressDetails.PostalServiceElements withUnderscore(java.lang.String underscore)
          fluent setter
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addressIdentifier

protected java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> addressIdentifier

endorsementLineCode

protected AddressDetails.PostalServiceElements.EndorsementLineCode endorsementLineCode

keyLineCode

protected AddressDetails.PostalServiceElements.KeyLineCode keyLineCode

barcode

protected AddressDetails.PostalServiceElements.Barcode barcode

sortingCode

protected AddressDetails.PostalServiceElements.SortingCode sortingCode

addressLatitude

protected AddressDetails.PostalServiceElements.AddressLatitude addressLatitude

addressLatitudeDirection

protected AddressDetails.PostalServiceElements.AddressLatitudeDirection addressLatitudeDirection

addressLongitude

protected AddressDetails.PostalServiceElements.AddressLongitude addressLongitude

addressLongitudeDirection

protected AddressDetails.PostalServiceElements.AddressLongitudeDirection addressLongitudeDirection

supplementaryPostalServiceData

protected java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData

any

protected java.util.List<java.lang.Object> any

underscore

protected java.lang.String underscore
Constructor Detail

AddressDetails.PostalServiceElements

public AddressDetails.PostalServiceElements()
Method Detail

getAddressIdentifier

public java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> getAddressIdentifier()

getEndorsementLineCode

public AddressDetails.PostalServiceElements.EndorsementLineCode getEndorsementLineCode()
Returns:
possible object is AddressDetails.PostalServiceElements.EndorsementLineCode

setEndorsementLineCode

public void setEndorsementLineCode(AddressDetails.PostalServiceElements.EndorsementLineCode value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.EndorsementLineCode

getKeyLineCode

public AddressDetails.PostalServiceElements.KeyLineCode getKeyLineCode()
Returns:
possible object is AddressDetails.PostalServiceElements.KeyLineCode

setKeyLineCode

public void setKeyLineCode(AddressDetails.PostalServiceElements.KeyLineCode value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.KeyLineCode

getBarcode

public AddressDetails.PostalServiceElements.Barcode getBarcode()
Returns:
possible object is AddressDetails.PostalServiceElements.Barcode

setBarcode

public void setBarcode(AddressDetails.PostalServiceElements.Barcode value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.Barcode

getSortingCode

public AddressDetails.PostalServiceElements.SortingCode getSortingCode()
Returns:
possible object is AddressDetails.PostalServiceElements.SortingCode

setSortingCode

public void setSortingCode(AddressDetails.PostalServiceElements.SortingCode value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.SortingCode

getAddressLatitude

public AddressDetails.PostalServiceElements.AddressLatitude getAddressLatitude()
Returns:
possible object is AddressDetails.PostalServiceElements.AddressLatitude

setAddressLatitude

public void setAddressLatitude(AddressDetails.PostalServiceElements.AddressLatitude value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.AddressLatitude

getAddressLatitudeDirection

public AddressDetails.PostalServiceElements.AddressLatitudeDirection getAddressLatitudeDirection()
Returns:
possible object is AddressDetails.PostalServiceElements.AddressLatitudeDirection

setAddressLatitudeDirection

public void setAddressLatitudeDirection(AddressDetails.PostalServiceElements.AddressLatitudeDirection value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.AddressLatitudeDirection

getAddressLongitude

public AddressDetails.PostalServiceElements.AddressLongitude getAddressLongitude()
Returns:
possible object is AddressDetails.PostalServiceElements.AddressLongitude

setAddressLongitude

public void setAddressLongitude(AddressDetails.PostalServiceElements.AddressLongitude value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.AddressLongitude

getAddressLongitudeDirection

public AddressDetails.PostalServiceElements.AddressLongitudeDirection getAddressLongitudeDirection()
Returns:
possible object is AddressDetails.PostalServiceElements.AddressLongitudeDirection

setAddressLongitudeDirection

public void setAddressLongitudeDirection(AddressDetails.PostalServiceElements.AddressLongitudeDirection value)
Parameters:
value - allowed object is AddressDetails.PostalServiceElements.AddressLongitudeDirection

getSupplementaryPostalServiceData

public java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> getSupplementaryPostalServiceData()

getAny

public java.util.List<java.lang.Object> getAny()

getUnderscore

public java.lang.String getUnderscore()
Returns:
possible object is String

setUnderscore

public void setUnderscore(java.lang.String value)
Parameters:
value - allowed object is String

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Returns:
always non-null

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

createAndAddAddressIdentifier

public AddressDetails.PostalServiceElements.AddressIdentifier createAndAddAddressIdentifier()
Creates a new instance of AddressDetails.PostalServiceElements.AddressIdentifier and adds it to addressIdentifier. This method is a short version for: AddressIdentifier addressIdentifier = new AddressIdentifier(); this.getAddressIdentifier().add(addressIdentifier);


createAndSetEndorsementLineCode

public AddressDetails.PostalServiceElements.EndorsementLineCode createAndSetEndorsementLineCode()
Creates a new instance of AddressDetails.PostalServiceElements.EndorsementLineCode and set it to endorsementLineCode. This method is a short version for: EndorsementLineCode endorsementLineCode = new EndorsementLineCode(); this.setEndorsementLineCode(endorsementLineCode);


createAndSetKeyLineCode

public AddressDetails.PostalServiceElements.KeyLineCode createAndSetKeyLineCode()
Creates a new instance of AddressDetails.PostalServiceElements.KeyLineCode and set it to keyLineCode. This method is a short version for: KeyLineCode keyLineCode = new KeyLineCode(); this.setKeyLineCode(keyLineCode);


createAndSetBarcode

public AddressDetails.PostalServiceElements.Barcode createAndSetBarcode()
Creates a new instance of AddressDetails.PostalServiceElements.Barcode and set it to barcode. This method is a short version for: Barcode barcode = new Barcode(); this.setBarcode(barcode);


createAndSetSortingCode

public AddressDetails.PostalServiceElements.SortingCode createAndSetSortingCode()
Creates a new instance of AddressDetails.PostalServiceElements.SortingCode and set it to sortingCode. This method is a short version for: SortingCode sortingCode = new SortingCode(); this.setSortingCode(sortingCode);


createAndSetAddressLatitude

public AddressDetails.PostalServiceElements.AddressLatitude createAndSetAddressLatitude()
Creates a new instance of AddressDetails.PostalServiceElements.AddressLatitude and set it to addressLatitude. This method is a short version for: AddressLatitude addressLatitude = new AddressLatitude(); this.setAddressLatitude(addressLatitude);


createAndSetAddressLatitudeDirection

public AddressDetails.PostalServiceElements.AddressLatitudeDirection createAndSetAddressLatitudeDirection()
Creates a new instance of AddressDetails.PostalServiceElements.AddressLatitudeDirection and set it to addressLatitudeDirection. This method is a short version for: AddressLatitudeDirection addressLatitudeDirection = new AddressLatitudeDirection(); this.setAddressLatitudeDirection(addressLatitudeDirection);


createAndSetAddressLongitude

public AddressDetails.PostalServiceElements.AddressLongitude createAndSetAddressLongitude()
Creates a new instance of AddressDetails.PostalServiceElements.AddressLongitude and set it to addressLongitude. This method is a short version for: AddressLongitude addressLongitude = new AddressLongitude(); this.setAddressLongitude(addressLongitude);


createAndSetAddressLongitudeDirection

public AddressDetails.PostalServiceElements.AddressLongitudeDirection createAndSetAddressLongitudeDirection()
Creates a new instance of AddressDetails.PostalServiceElements.AddressLongitudeDirection and set it to addressLongitudeDirection. This method is a short version for: AddressLongitudeDirection addressLongitudeDirection = new AddressLongitudeDirection(); this.setAddressLongitudeDirection(addressLongitudeDirection);


createAndAddSupplementaryPostalServiceData

public AddressDetails.PostalServiceElements.SupplementaryPostalServiceData createAndAddSupplementaryPostalServiceData()
Creates a new instance of AddressDetails.PostalServiceElements.SupplementaryPostalServiceData and adds it to supplementaryPostalServiceData. This method is a short version for: SupplementaryPostalServiceData supplementaryPostalServiceData = new SupplementaryPostalServiceData(); this.getSupplementaryPostalServiceData().add(supplementaryPostalServiceData);


setAddressIdentifier

public void setAddressIdentifier(java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> addressIdentifier)
Sets the value of the addressIdentifier property Objects of the following type(s) are allowed in the list List.

Note:

This method does not make use of the fluent pattern.If you would like to make it fluent, use withAddressIdentifier(java.util.List) instead.

Parameters:
addressIdentifier -

addToAddressIdentifier

public AddressDetails.PostalServiceElements addToAddressIdentifier(AddressDetails.PostalServiceElements.AddressIdentifier addressIdentifier)
add a value to the addressIdentifier property collection

Parameters:
addressIdentifier - Objects of the following type are allowed in the list: AddressDetails.PostalServiceElements.AddressIdentifier
Returns:
true (as general contract of Collection.add).

setSupplementaryPostalServiceData

public void setSupplementaryPostalServiceData(java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData)
Sets the value of the supplementaryPostalServiceData property Objects of the following type(s) are allowed in the list List.

Note:

This method does not make use of the fluent pattern.If you would like to make it fluent, use withSupplementaryPostalServiceData(java.util.List) instead.

Parameters:
supplementaryPostalServiceData -

addToSupplementaryPostalServiceData

public AddressDetails.PostalServiceElements addToSupplementaryPostalServiceData(AddressDetails.PostalServiceElements.SupplementaryPostalServiceData supplementaryPostalServiceData)
add a value to the supplementaryPostalServiceData property collection

Parameters:
supplementaryPostalServiceData - Objects of the following type are allowed in the list: AddressDetails.PostalServiceElements.SupplementaryPostalServiceData
Returns:
true (as general contract of Collection.add).

setAny

public void setAny(java.util.List<java.lang.Object> any)
Sets the value of the any property Objects of the following type(s) are allowed in the list List.

Note:

This method does not make use of the fluent pattern.If you would like to make it fluent, use withAny(java.util.List) instead.

Parameters:
any -

addToAny

public AddressDetails.PostalServiceElements addToAny(java.lang.Object any)
add a value to the any property collection

Parameters:
any - Objects of the following type are allowed in the list: Object
Returns:
true (as general contract of Collection.add).

withAddressIdentifier

public AddressDetails.PostalServiceElements withAddressIdentifier(java.util.List<AddressDetails.PostalServiceElements.AddressIdentifier> addressIdentifier)
fluent setter

Parameters:
addressIdentifier - required parameter
See Also:
#setAddressIdentifier(List)

withEndorsementLineCode

public AddressDetails.PostalServiceElements withEndorsementLineCode(AddressDetails.PostalServiceElements.EndorsementLineCode endorsementLineCode)
fluent setter

Parameters:
endorsementLineCode - required parameter
See Also:
setEndorsementLineCode(EndorsementLineCode)

withKeyLineCode

public AddressDetails.PostalServiceElements withKeyLineCode(AddressDetails.PostalServiceElements.KeyLineCode keyLineCode)
fluent setter

Parameters:
keyLineCode - required parameter
See Also:
setKeyLineCode(KeyLineCode)

withBarcode

public AddressDetails.PostalServiceElements withBarcode(AddressDetails.PostalServiceElements.Barcode barcode)
fluent setter

Parameters:
barcode - required parameter
See Also:
setBarcode(Barcode)

withSortingCode

public AddressDetails.PostalServiceElements withSortingCode(AddressDetails.PostalServiceElements.SortingCode sortingCode)
fluent setter

Parameters:
sortingCode - required parameter
See Also:
setSortingCode(SortingCode)

withAddressLatitude

public AddressDetails.PostalServiceElements withAddressLatitude(AddressDetails.PostalServiceElements.AddressLatitude addressLatitude)
fluent setter

Parameters:
addressLatitude - required parameter
See Also:
setAddressLatitude(AddressLatitude)

withAddressLatitudeDirection

public AddressDetails.PostalServiceElements withAddressLatitudeDirection(AddressDetails.PostalServiceElements.AddressLatitudeDirection addressLatitudeDirection)
fluent setter

Parameters:
addressLatitudeDirection - required parameter
See Also:
setAddressLatitudeDirection(AddressLatitudeDirection)

withAddressLongitude

public AddressDetails.PostalServiceElements withAddressLongitude(AddressDetails.PostalServiceElements.AddressLongitude addressLongitude)
fluent setter

Parameters:
addressLongitude - required parameter
See Also:
setAddressLongitude(AddressLongitude)

withAddressLongitudeDirection

public AddressDetails.PostalServiceElements withAddressLongitudeDirection(AddressDetails.PostalServiceElements.AddressLongitudeDirection addressLongitudeDirection)
fluent setter

Parameters:
addressLongitudeDirection - required parameter
See Also:
setAddressLongitudeDirection(AddressLongitudeDirection)

withSupplementaryPostalServiceData

public AddressDetails.PostalServiceElements withSupplementaryPostalServiceData(java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData)
fluent setter

Parameters:
supplementaryPostalServiceData - required parameter
See Also:
#setSupplementaryPostalServiceData(List)

withAny

public AddressDetails.PostalServiceElements withAny(java.util.List<java.lang.Object> any)
fluent setter

Parameters:
any - required parameter
See Also:
#setAny(List)

withUnderscore

public AddressDetails.PostalServiceElements withUnderscore(java.lang.String underscore)
fluent setter

Parameters:
underscore - required parameter
See Also:
setUnderscore(String)

clone

public AddressDetails.PostalServiceElements clone()
Overrides:
clone in class java.lang.Object