Class LocationNode
java.lang.Object
tyler.efm.v2022_1.services.schema.common.LocationNode
Java class for LocationNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationNode"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NodeID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="CourtIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the courtIdentifier property.int
Gets the value of the nodeID property.void
setCourtIdentifier
(String value) Sets the value of the courtIdentifier property.void
setNodeID
(int value) Sets the value of the nodeID property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
nodeID
protected int nodeID -
courtIdentifier
-
-
Constructor Details
-
LocationNode
public LocationNode()
-
-
Method Details
-
getNodeID
public int getNodeID()Gets the value of the nodeID property. -
setNodeID
public void setNodeID(int value) Sets the value of the nodeID property. -
getCourtIdentifier
Gets the value of the courtIdentifier property.- Returns:
- possible object is
String
-
setCourtIdentifier
Sets the value of the courtIdentifier property.- Parameters:
value
- allowed object isString
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-