Class AddressLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.AddressLineType
-
public class AddressLineType extends Object
Java class for AddressLineType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressLineType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Line"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AddressLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineTypegetLine()Gets the value of the line property.voidsetLine(LineType value)Sets the value of the line property.
-
-
-
Field Detail
-
line
protected LineType line
-
-