public static class Detallista.LineItem.Customs 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"> <all> <element name="gln" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="13"/> </restriction> </simpleType> </element> <element name="alternatePartyIdentification"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <length value="2"/> <enumeration value="TN"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> <element name="ReferenceDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="nameAndAddress"> <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> </element> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.LineItem.Customs.AlternatePartyIdentification
Java class for anonymous complex type.
|
static class |
Detallista.LineItem.Customs.NameAndAddress
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Detallista.LineItem.Customs.AlternatePartyIdentification |
alternatePartyIdentification |
protected String |
gln |
protected Detallista.LineItem.Customs.NameAndAddress |
nameAndAddress |
protected XMLGregorianCalendar |
referenceDate |
Constructor and Description |
---|
Customs() |
Modifier and Type | Method and Description |
---|---|
Detallista.LineItem.Customs.AlternatePartyIdentification |
getAlternatePartyIdentification()
Gets the value of the alternatePartyIdentification property.
|
String |
getGln()
Gets the value of the gln property.
|
Detallista.LineItem.Customs.NameAndAddress |
getNameAndAddress()
Gets the value of the nameAndAddress property.
|
XMLGregorianCalendar |
getReferenceDate()
Gets the value of the referenceDate property.
|
void |
setAlternatePartyIdentification(Detallista.LineItem.Customs.AlternatePartyIdentification value)
Sets the value of the alternatePartyIdentification property.
|
void |
setGln(String value)
Sets the value of the gln property.
|
void |
setNameAndAddress(Detallista.LineItem.Customs.NameAndAddress value)
Sets the value of the nameAndAddress property.
|
void |
setReferenceDate(XMLGregorianCalendar value)
Sets the value of the referenceDate property.
|
protected String gln
protected Detallista.LineItem.Customs.AlternatePartyIdentification alternatePartyIdentification
protected XMLGregorianCalendar referenceDate
protected Detallista.LineItem.Customs.NameAndAddress nameAndAddress
public String getGln()
String
public void setGln(String value)
value
- allowed object is
String
public Detallista.LineItem.Customs.AlternatePartyIdentification getAlternatePartyIdentification()
Detallista.LineItem.Customs.AlternatePartyIdentification
public void setAlternatePartyIdentification(Detallista.LineItem.Customs.AlternatePartyIdentification value)
value
- allowed object is
Detallista.LineItem.Customs.AlternatePartyIdentification
public XMLGregorianCalendar getReferenceDate()
XMLGregorianCalendar
public void setReferenceDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Detallista.LineItem.Customs.NameAndAddress getNameAndAddress()
Detallista.LineItem.Customs.NameAndAddress
public void setNameAndAddress(Detallista.LineItem.Customs.NameAndAddress value)
value
- allowed object is
Detallista.LineItem.Customs.NameAndAddress
Copyright © 2010–2018. All rights reserved.