net.opengis.ols.v_1_2
Class StreetNameType

java.lang.Object
  extended by net.opengis.ols.v_1_2.StreetNameType
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 StreetNameType
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

The data elements that make up the name of a street. There are two valid methods for encoding this information: 1). Use the structured elements and attributes. 2). The element value may contain a simplified string (e.g. West 83rd. Street). An example:

 <?xml version="1.0" encoding="UTF-8"?><Street xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:xls="http://www.opengis.net/xls" directionalPrefix="W" officialName="83RD" typeSuffix="ST"/>
 

Java class for StreetNameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StreetNameType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="directionalPrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typePrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="officialName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typeSuffix" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="directionalSuffix" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="muniOctant" type="{http://www.opengis.net/gml}CompassPointEnumeration" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String directionalPrefix
           
protected  String directionalSuffix
           
protected  CompassPointEnumeration muniOctant
           
protected  String officialName
           
protected  String typePrefix
           
protected  String typeSuffix
           
protected  String value
           
 
Constructor Summary
StreetNameType()
           
 
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)
           
 String getDirectionalPrefix()
          Gets the value of the directionalPrefix property.
 String getDirectionalSuffix()
          Gets the value of the directionalSuffix property.
 CompassPointEnumeration getMuniOctant()
          Gets the value of the muniOctant property.
 String getOfficialName()
          Gets the value of the officialName property.
 String getTypePrefix()
          Gets the value of the typePrefix property.
 String getTypeSuffix()
          Gets the value of the typeSuffix property.
 String getValue()
          Gets the value of the value property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetDirectionalPrefix()
           
 boolean isSetDirectionalSuffix()
           
 boolean isSetMuniOctant()
           
 boolean isSetOfficialName()
           
 boolean isSetTypePrefix()
           
 boolean isSetTypeSuffix()
           
 boolean isSetValue()
           
 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 setDirectionalPrefix(String value)
          Sets the value of the directionalPrefix property.
 void setDirectionalSuffix(String value)
          Sets the value of the directionalSuffix property.
 void setMuniOctant(CompassPointEnumeration value)
          Sets the value of the muniOctant property.
 void setOfficialName(String value)
          Sets the value of the officialName property.
 void setTypePrefix(String value)
          Sets the value of the typePrefix property.
 void setTypeSuffix(String value)
          Sets the value of the typeSuffix property.
 void setValue(String value)
          Sets the value of the value property.
 String toString()
           
 StreetNameType withDirectionalPrefix(String value)
           
 StreetNameType withDirectionalSuffix(String value)
           
 StreetNameType withMuniOctant(CompassPointEnumeration value)
           
 StreetNameType withOfficialName(String value)
           
 StreetNameType withTypePrefix(String value)
           
 StreetNameType withTypeSuffix(String value)
           
 StreetNameType withValue(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

directionalPrefix

protected String directionalPrefix

typePrefix

protected String typePrefix

officialName

protected String officialName

typeSuffix

protected String typeSuffix

directionalSuffix

protected String directionalSuffix

muniOctant

protected CompassPointEnumeration muniOctant
Constructor Detail

StreetNameType

public StreetNameType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getDirectionalPrefix

public String getDirectionalPrefix()
Gets the value of the directionalPrefix property.

Returns:
possible object is String

setDirectionalPrefix

public void setDirectionalPrefix(String value)
Sets the value of the directionalPrefix property.

Parameters:
value - allowed object is String

isSetDirectionalPrefix

public boolean isSetDirectionalPrefix()

getTypePrefix

public String getTypePrefix()
Gets the value of the typePrefix property.

Returns:
possible object is String

setTypePrefix

public void setTypePrefix(String value)
Sets the value of the typePrefix property.

Parameters:
value - allowed object is String

isSetTypePrefix

public boolean isSetTypePrefix()

getOfficialName

public String getOfficialName()
Gets the value of the officialName property.

Returns:
possible object is String

setOfficialName

public void setOfficialName(String value)
Sets the value of the officialName property.

Parameters:
value - allowed object is String

isSetOfficialName

public boolean isSetOfficialName()

getTypeSuffix

public String getTypeSuffix()
Gets the value of the typeSuffix property.

Returns:
possible object is String

setTypeSuffix

public void setTypeSuffix(String value)
Sets the value of the typeSuffix property.

Parameters:
value - allowed object is String

isSetTypeSuffix

public boolean isSetTypeSuffix()

getDirectionalSuffix

public String getDirectionalSuffix()
Gets the value of the directionalSuffix property.

Returns:
possible object is String

setDirectionalSuffix

public void setDirectionalSuffix(String value)
Sets the value of the directionalSuffix property.

Parameters:
value - allowed object is String

isSetDirectionalSuffix

public boolean isSetDirectionalSuffix()

getMuniOctant

public CompassPointEnumeration getMuniOctant()
Gets the value of the muniOctant property.

Returns:
possible object is CompassPointEnumeration

setMuniOctant

public void setMuniOctant(CompassPointEnumeration value)
Sets the value of the muniOctant property.

Parameters:
value - allowed object is CompassPointEnumeration

isSetMuniOctant

public boolean isSetMuniOctant()

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

withValue

public StreetNameType withValue(String value)

withDirectionalPrefix

public StreetNameType withDirectionalPrefix(String value)

withTypePrefix

public StreetNameType withTypePrefix(String value)

withOfficialName

public StreetNameType withOfficialName(String value)

withTypeSuffix

public StreetNameType withTypeSuffix(String value)

withDirectionalSuffix

public StreetNameType withDirectionalSuffix(String value)

withMuniOctant

public StreetNameType withMuniOctant(CompassPointEnumeration value)


Copyright © 2008-2015. All Rights Reserved.