|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.micromata.opengis.kml.v_2_2_0.xal.Thoroughfare.DependentThoroughfare
public static class Thoroughfare.DependentThoroughfare
Field Summary | |
---|---|
protected java.util.List<AddressLine> |
addressLine
|
protected java.util.List<java.lang.Object> |
any
|
protected ThoroughfareLeadingType |
thoroughfareLeading
|
protected java.util.List<ThoroughfareName> |
thoroughfareName
|
protected ThoroughfarePostDirection |
thoroughfarePostDirection
|
protected ThoroughfarePreDirection |
thoroughfarePreDirection
|
protected ThoroughfareTrailingType |
thoroughfareTrailing
|
protected java.lang.String |
underscore
|
Constructor Summary | |
---|---|
Thoroughfare.DependentThoroughfare()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<AddressLine> addressLine
protected ThoroughfarePreDirection thoroughfarePreDirection
protected ThoroughfareLeadingType thoroughfareLeading
protected java.util.List<ThoroughfareName> thoroughfareName
protected ThoroughfareTrailingType thoroughfareTrailing
protected ThoroughfarePostDirection thoroughfarePostDirection
protected java.util.List<java.lang.Object> any
protected java.lang.String underscore
Constructor Detail |
---|
public Thoroughfare.DependentThoroughfare()
Method Detail |
---|
public java.util.List<AddressLine> getAddressLine()
public ThoroughfarePreDirection getThoroughfarePreDirection()
ThoroughfarePreDirection
public void setThoroughfarePreDirection(ThoroughfarePreDirection value)
value
- allowed object is
ThoroughfarePreDirection
public ThoroughfareLeadingType getThoroughfareLeading()
ThoroughfareLeadingType
public void setThoroughfareLeading(ThoroughfareLeadingType value)
value
- allowed object is
ThoroughfareLeadingType
public java.util.List<ThoroughfareName> getThoroughfareName()
public ThoroughfareTrailingType getThoroughfareTrailing()
ThoroughfareTrailingType
public void setThoroughfareTrailing(ThoroughfareTrailingType value)
value
- allowed object is
ThoroughfareTrailingType
public ThoroughfarePostDirection getThoroughfarePostDirection()
ThoroughfarePostDirection
public void setThoroughfarePostDirection(ThoroughfarePostDirection value)
value
- allowed object is
ThoroughfarePostDirection
public java.util.List<java.lang.Object> getAny()
public java.lang.String getUnderscore()
String
public void setUnderscore(java.lang.String value)
value
- allowed object is
String
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public AddressLine createAndAddAddressLine()
AddressLine
and adds it to addressLine.
This method is a short version for:
AddressLine addressLine = new AddressLine();
this.getAddressLine().add(addressLine);
public ThoroughfarePreDirection createAndSetThoroughfarePreDirection()
ThoroughfarePreDirection
and set it to thoroughfarePreDirection.
This method is a short version for:
ThoroughfarePreDirection thoroughfarePreDirection = new ThoroughfarePreDirection();
this.setThoroughfarePreDirection(thoroughfarePreDirection);
public ThoroughfareLeadingType createAndSetThoroughfareLeading()
ThoroughfareLeadingType
and set it to thoroughfareLeading.
This method is a short version for:
ThoroughfareLeadingType thoroughfareLeadingType = new ThoroughfareLeadingType();
this.setThoroughfareLeading(thoroughfareLeadingType);
public ThoroughfareName createAndAddThoroughfareName()
ThoroughfareName
and adds it to thoroughfareName.
This method is a short version for:
ThoroughfareName thoroughfareName = new ThoroughfareName();
this.getThoroughfareName().add(thoroughfareName);
public ThoroughfareTrailingType createAndSetThoroughfareTrailing()
ThoroughfareTrailingType
and set it to thoroughfareTrailing.
This method is a short version for:
ThoroughfareTrailingType thoroughfareTrailingType = new ThoroughfareTrailingType();
this.setThoroughfareTrailing(thoroughfareTrailingType);
public ThoroughfarePostDirection createAndSetThoroughfarePostDirection()
ThoroughfarePostDirection
and set it to thoroughfarePostDirection.
This method is a short version for:
ThoroughfarePostDirection thoroughfarePostDirection = new ThoroughfarePostDirection();
this.setThoroughfarePostDirection(thoroughfarePostDirection);
public void setAddressLine(java.util.List<AddressLine> addressLine)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withAddressLine(java.util.List
instead.
addressLine
- public Thoroughfare.DependentThoroughfare addToAddressLine(AddressLine addressLine)
addressLine
- Objects of the following type are allowed in the list: AddressLine
public void setThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
Note:
This method does not make use of the fluent pattern.If you would like to make it fluent, use withThoroughfareName(java.util.List
instead.
thoroughfareName
- public Thoroughfare.DependentThoroughfare addToThoroughfareName(ThoroughfareName thoroughfareName)
thoroughfareName
- Objects of the following type are allowed in the list: ThoroughfareName
public void setAny(java.util.List<java.lang.Object> any)
public Thoroughfare.DependentThoroughfare addToAny(java.lang.Object any)
any
- Objects of the following type are allowed in the list: Object
public Thoroughfare.DependentThoroughfare withAddressLine(java.util.List<AddressLine> addressLine)
addressLine
- required parameter#setAddressLine(List)
public Thoroughfare.DependentThoroughfare withThoroughfarePreDirection(ThoroughfarePreDirection thoroughfarePreDirection)
thoroughfarePreDirection
- required parametersetThoroughfarePreDirection(ThoroughfarePreDirection)
public Thoroughfare.DependentThoroughfare withThoroughfareLeading(ThoroughfareLeadingType thoroughfareLeading)
thoroughfareLeading
- required parametersetThoroughfareLeading(ThoroughfareLeadingType)
public Thoroughfare.DependentThoroughfare withThoroughfareName(java.util.List<ThoroughfareName> thoroughfareName)
thoroughfareName
- required parameter#setThoroughfareName(List)
public Thoroughfare.DependentThoroughfare withThoroughfareTrailing(ThoroughfareTrailingType thoroughfareTrailing)
thoroughfareTrailing
- required parametersetThoroughfareTrailing(ThoroughfareTrailingType)
public Thoroughfare.DependentThoroughfare withThoroughfarePostDirection(ThoroughfarePostDirection thoroughfarePostDirection)
thoroughfarePostDirection
- required parametersetThoroughfarePostDirection(ThoroughfarePostDirection)
public Thoroughfare.DependentThoroughfare withAny(java.util.List<java.lang.Object> any)
any
- required parameter#setAny(List
public Thoroughfare.DependentThoroughfare withUnderscore(java.lang.String underscore)
underscore
- required parametersetUnderscore(String)
public Thoroughfare.DependentThoroughfare clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |