|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ols.v_1_2.AbstractDataType
net.opengis.ols.v_1_2.RouteInstructionsListType
public class RouteInstructionsListType
Defines a list of route instructions.
Java class for RouteInstructionsListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RouteInstructionsListType">
<complexContent>
<extension base="{http://www.opengis.net/xls}AbstractDataType">
<sequence>
<element ref="{http://www.opengis.net/xls}RouteInstruction" maxOccurs="unbounded"/>
</sequence>
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" default="text/plain" />
<attribute ref="{http://www.opengis.net/xls}lang use="required""/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
format
|
protected String |
lang
|
protected List<RouteInstructionType> |
routeInstruction
|
| Constructor Summary | |
|---|---|
RouteInstructionsListType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
String |
getFormat()
Gets the value of the format property. |
String |
getLang()
Specifies the language in which the instructions are given. |
List<RouteInstructionType> |
getRouteInstruction()
Gets the value of the routeInstruction property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetFormat()
|
boolean |
isSetLang()
|
boolean |
isSetRouteInstruction()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setFormat(String value)
Sets the value of the format property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setRouteInstruction(List<RouteInstructionType> value)
|
String |
toString()
|
void |
unsetRouteInstruction()
|
RouteInstructionsListType |
withFormat(String value)
|
RouteInstructionsListType |
withLang(String value)
|
RouteInstructionsListType |
withRouteInstruction(Collection<RouteInstructionType> values)
|
RouteInstructionsListType |
withRouteInstruction(List<RouteInstructionType> value)
|
RouteInstructionsListType |
withRouteInstruction(RouteInstructionType... values)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<RouteInstructionType> routeInstruction
protected String format
protected String lang
| Constructor Detail |
|---|
public RouteInstructionsListType()
| Method Detail |
|---|
public List<RouteInstructionType> getRouteInstruction()
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 JAXB object.
This is why there is not a set method for the routeInstruction property.
For example, to add a new item, do as follows:
getRouteInstruction().add(newItem);
Objects of the following type(s) are allowed in the list
RouteInstructionType
public boolean isSetRouteInstruction()
public void unsetRouteInstruction()
public String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic boolean isSetFormat()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
public String toString()
toString in class AbstractDataType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractDataType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractDataType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractDataTypepublic boolean equals(Object object)
equals in class AbstractDataType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractDataTypepublic int hashCode()
hashCode in class AbstractDataTypepublic Object clone()
clone in class AbstractDataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractDataType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractDataTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class AbstractDataType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractDataType
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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractDataTypepublic void setRouteInstruction(List<RouteInstructionType> value)
public RouteInstructionsListType withRouteInstruction(RouteInstructionType... values)
public RouteInstructionsListType withRouteInstruction(Collection<RouteInstructionType> values)
public RouteInstructionsListType withFormat(String value)
public RouteInstructionsListType withLang(String value)
public RouteInstructionsListType withRouteInstruction(List<RouteInstructionType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||