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