public class AddressLineType extends Object implements Serializable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Address Line. Details</ccts:DictionaryEntryName><ccts:Definition>Information about a line of address expressed as unstructured text.</ccts:Definition><ccts:ObjectClass>Address Line</ccts:ObjectClass></ccts:Component>
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 and Description |
|---|
AddressLineType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
LineType |
getLine()
<?
|
String |
getLineValue()
Get the value of the contained LineType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setLine(LineType value)
Sets the value of the line property.
|
LineType |
setLine(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AddressLineType()
@Nullable public LineType getLine()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Address Line. Line. Text</ccts:DictionaryEntryName><ccts:Definition>A line of address expressed as unstructured text.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Address Line</ccts:ObjectClass><ccts:PropertyTerm>Line</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>"123 Standard Chartered Tower"</ccts:Examples></ccts:Component>
LineTypepublic void setLine(@Nullable LineType value)
value - allowed object is
LineTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
@Nonnull public LineType setLine(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2014 Philip Helger. All rights reserved.