mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.Customs.NameAndAddress
java.lang.Object
mx.bigdata.sat.common.detallista.schema.Detallista.LineItem.Customs.NameAndAddress
- Enclosing class:
- Detallista.LineItem.Customs
public static class Detallista.LineItem.Customs.NameAndAddress
- extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
Detallista.LineItem.Customs.NameAndAddress
public Detallista.LineItem.Customs.NameAndAddress()
getName
public String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
public void setName(String value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
String
Copyright © 2010-2013. All Rights Reserved.