Class Thoroughfare.DependentThoroughfare
- java.lang.Object
-
- org.hisrc.w3c.oasis.xal.v_2_0.Thoroughfare.DependentThoroughfare
-
- 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
- Enclosing class:
- Thoroughfare
public static class Thoroughfare.DependentThoroughfare 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/> <element name="ThoroughfarePreDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePreDirectionType" minOccurs="0"/> <element name="ThoroughfareLeadingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareLeadingTypeType" minOccurs="0"/> <element name="ThoroughfareName" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareNameType" maxOccurs="unbounded" minOccurs="0"/> <element name="ThoroughfareTrailingType" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfareTrailingTypeType" minOccurs="0"/> <element name="ThoroughfarePostDirection" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}ThoroughfarePostDirectionType" minOccurs="0"/> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <anyAttribute namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AddressLine>addressLineprotected List<Object>anyprotected ThoroughfareLeadingTypeTypethoroughfareLeadingTypeprotected List<ThoroughfareNameType>thoroughfareNameprotected ThoroughfarePostDirectionTypethoroughfarePostDirectionprotected ThoroughfarePreDirectionTypethoroughfarePreDirectionprotected ThoroughfareTrailingTypeTypethoroughfareTrailingTypeprotected Stringtype
-
Constructor Summary
Constructors Constructor Description DependentThoroughfare()Default no-arg constructorDependentThoroughfare(List<AddressLine> addressLine, ThoroughfarePreDirectionType thoroughfarePreDirection, ThoroughfareLeadingTypeType thoroughfareLeadingType, List<ThoroughfareNameType> thoroughfareName, ThoroughfareTrailingTypeType thoroughfareTrailingType, ThoroughfarePostDirectionType thoroughfarePostDirection, List<Object> any, String type, Map<QName,String> otherAttributes)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
addressLine
protected List<AddressLine> addressLine
-
thoroughfarePreDirection
protected ThoroughfarePreDirectionType thoroughfarePreDirection
-
thoroughfareLeadingType
protected ThoroughfareLeadingTypeType thoroughfareLeadingType
-
thoroughfareName
protected List<ThoroughfareNameType> thoroughfareName
-
thoroughfareTrailingType
protected ThoroughfareTrailingTypeType thoroughfareTrailingType
-
thoroughfarePostDirection
protected ThoroughfarePostDirectionType thoroughfarePostDirection
-
type
protected String type
-
-
Constructor Detail
-
DependentThoroughfare
public DependentThoroughfare()
Default no-arg constructor
-
DependentThoroughfare
public DependentThoroughfare(List<AddressLine> addressLine, ThoroughfarePreDirectionType thoroughfarePreDirection, ThoroughfareLeadingTypeType thoroughfareLeadingType, List<ThoroughfareNameType> thoroughfareName, ThoroughfareTrailingTypeType thoroughfareTrailingType, ThoroughfarePostDirectionType thoroughfarePostDirection, List<Object> any, String type, Map<QName,String> otherAttributes)
Fully-initialising value constructor
-
-
Method Detail
-
getAddressLine
public List<AddressLine> getAddressLine()
Gets the value of the addressLine 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 addressLine property.For example, to add a new item, do as follows:
getAddressLine().add(newItem);Objects of the following type(s) are allowed in the list
AddressLine
-
isSetAddressLine
public boolean isSetAddressLine()
-
unsetAddressLine
public void unsetAddressLine()
-
getThoroughfarePreDirection
public ThoroughfarePreDirectionType getThoroughfarePreDirection()
Gets the value of the thoroughfarePreDirection property.- Returns:
- possible object is
ThoroughfarePreDirectionType
-
setThoroughfarePreDirection
public void setThoroughfarePreDirection(ThoroughfarePreDirectionType value)
Sets the value of the thoroughfarePreDirection property.- Parameters:
value- allowed object isThoroughfarePreDirectionType
-
isSetThoroughfarePreDirection
public boolean isSetThoroughfarePreDirection()
-
getThoroughfareLeadingType
public ThoroughfareLeadingTypeType getThoroughfareLeadingType()
Gets the value of the thoroughfareLeadingType property.- Returns:
- possible object is
ThoroughfareLeadingTypeType
-
setThoroughfareLeadingType
public void setThoroughfareLeadingType(ThoroughfareLeadingTypeType value)
Sets the value of the thoroughfareLeadingType property.- Parameters:
value- allowed object isThoroughfareLeadingTypeType
-
isSetThoroughfareLeadingType
public boolean isSetThoroughfareLeadingType()
-
getThoroughfareName
public List<ThoroughfareNameType> getThoroughfareName()
Gets the value of the thoroughfareName 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 thoroughfareName property.For example, to add a new item, do as follows:
getThoroughfareName().add(newItem);Objects of the following type(s) are allowed in the list
ThoroughfareNameType
-
isSetThoroughfareName
public boolean isSetThoroughfareName()
-
unsetThoroughfareName
public void unsetThoroughfareName()
-
getThoroughfareTrailingType
public ThoroughfareTrailingTypeType getThoroughfareTrailingType()
Gets the value of the thoroughfareTrailingType property.- Returns:
- possible object is
ThoroughfareTrailingTypeType
-
setThoroughfareTrailingType
public void setThoroughfareTrailingType(ThoroughfareTrailingTypeType value)
Sets the value of the thoroughfareTrailingType property.- Parameters:
value- allowed object isThoroughfareTrailingTypeType
-
isSetThoroughfareTrailingType
public boolean isSetThoroughfareTrailingType()
-
getThoroughfarePostDirection
public ThoroughfarePostDirectionType getThoroughfarePostDirection()
Gets the value of the thoroughfarePostDirection property.- Returns:
- possible object is
ThoroughfarePostDirectionType
-
setThoroughfarePostDirection
public void setThoroughfarePostDirection(ThoroughfarePostDirectionType value)
Sets the value of the thoroughfarePostDirection property.- Parameters:
value- allowed object isThoroughfarePostDirectionType
-
isSetThoroughfarePostDirection
public boolean isSetThoroughfarePostDirection()
-
getAny
public List<Object> getAny()
Gets the value of the any 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 any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetAny
public boolean isSetAny()
-
unsetAny
public void unsetAny()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSetType
public boolean isSetType()
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
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
-
setAddressLine
public void setAddressLine(List<AddressLine> value)
-
setThoroughfareName
public void setThoroughfareName(List<ThoroughfareNameType> value)
-
withAddressLine
public Thoroughfare.DependentThoroughfare withAddressLine(AddressLine... values)
-
withAddressLine
public Thoroughfare.DependentThoroughfare withAddressLine(Collection<AddressLine> values)
-
withThoroughfarePreDirection
public Thoroughfare.DependentThoroughfare withThoroughfarePreDirection(ThoroughfarePreDirectionType value)
-
withThoroughfareLeadingType
public Thoroughfare.DependentThoroughfare withThoroughfareLeadingType(ThoroughfareLeadingTypeType value)
-
withThoroughfareName
public Thoroughfare.DependentThoroughfare withThoroughfareName(ThoroughfareNameType... values)
-
withThoroughfareName
public Thoroughfare.DependentThoroughfare withThoroughfareName(Collection<ThoroughfareNameType> values)
-
withThoroughfareTrailingType
public Thoroughfare.DependentThoroughfare withThoroughfareTrailingType(ThoroughfareTrailingTypeType value)
-
withThoroughfarePostDirection
public Thoroughfare.DependentThoroughfare withThoroughfarePostDirection(ThoroughfarePostDirectionType value)
-
withAny
public Thoroughfare.DependentThoroughfare withAny(Object... values)
-
withAny
public Thoroughfare.DependentThoroughfare withAny(Collection<Object> values)
-
withType
public Thoroughfare.DependentThoroughfare withType(String value)
-
withAddressLine
public Thoroughfare.DependentThoroughfare withAddressLine(List<AddressLine> value)
-
withThoroughfareName
public Thoroughfare.DependentThoroughfare withThoroughfareName(List<ThoroughfareNameType> value)
-
withAny
public Thoroughfare.DependentThoroughfare withAny(List<Object> value)
-
-