public class XmlOrderElement extends Object implements Serializable
Java class for XmlOrderElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlOrderElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="orderId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Address" type="{http://atlasmap.io/xml/test/v2}XmlAddressElement" minOccurs="0"/> <element name="Contact" type="{http://atlasmap.io/xml/test/v2}XmlContactElement" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XmlAddressElement |
address |
protected XmlContactElement |
contact |
protected String |
orderId |
Constructor and Description |
---|
XmlOrderElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
XmlAddressElement |
getAddress()
Gets the value of the address property.
|
XmlContactElement |
getContact()
Gets the value of the contact property.
|
String |
getOrderId()
Gets the value of the orderId property.
|
int |
hashCode() |
void |
setAddress(XmlAddressElement value)
Sets the value of the address property.
|
void |
setContact(XmlContactElement value)
Sets the value of the contact property.
|
void |
setOrderId(String value)
Sets the value of the orderId property.
|
protected String orderId
protected XmlAddressElement address
protected XmlContactElement contact
public String getOrderId()
String
public void setOrderId(String value)
value
- allowed object is
String
public XmlAddressElement getAddress()
XmlAddressElement
public void setAddress(XmlAddressElement value)
value
- allowed object is
XmlAddressElement
public XmlContactElement getContact()
XmlContactElement
public void setContact(XmlContactElement value)
value
- allowed object is
XmlContactElement
Copyright © 2018 JBoss by Red Hat. All rights reserved.