|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.StreetNameType
public class StreetNameType
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 |
|---|
protected String value
protected String directionalPrefix
protected String typePrefix
protected String officialName
protected String typeSuffix
protected String directionalSuffix
protected CompassPointEnumeration muniOctant
| Constructor Detail |
|---|
public StreetNameType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getDirectionalPrefix()
Stringpublic void setDirectionalPrefix(String value)
value - allowed object is
Stringpublic boolean isSetDirectionalPrefix()
public String getTypePrefix()
Stringpublic void setTypePrefix(String value)
value - allowed object is
Stringpublic boolean isSetTypePrefix()
public String getOfficialName()
Stringpublic void setOfficialName(String value)
value - allowed object is
Stringpublic boolean isSetOfficialName()
public String getTypeSuffix()
Stringpublic void setTypeSuffix(String value)
value - allowed object is
Stringpublic boolean isSetTypeSuffix()
public String getDirectionalSuffix()
Stringpublic void setDirectionalSuffix(String value)
value - allowed object is
Stringpublic boolean isSetDirectionalSuffix()
public CompassPointEnumeration getMuniOctant()
CompassPointEnumerationpublic void setMuniOctant(CompassPointEnumeration value)
value - allowed object is
CompassPointEnumerationpublic boolean isSetMuniOctant()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic StreetNameType withValue(String value)
public StreetNameType withDirectionalPrefix(String value)
public StreetNameType withTypePrefix(String value)
public StreetNameType withOfficialName(String value)
public StreetNameType withTypeSuffix(String value)
public StreetNameType withDirectionalSuffix(String value)
public StreetNameType withMuniOctant(CompassPointEnumeration value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||