@CodingStyleguideUnaware public class OutputType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Output. Details</ccts:DictionaryEntryName><ccts:Definition>An intended result whose required inputs and processes are entirely within the control of the planning organisation.</ccts:Definition><ccts:ObjectClass>Output</ccts:ObjectClass></ccts:Component>
Java class for OutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}OutputName" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}OutputDescription" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}OutputTypeCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
OutputType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
OutputType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(OutputType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
OutputDescriptionType |
getOutputDescription()
<?
|
OutputNameType |
getOutputName()
<?
|
OutputTypeCodeType |
getOutputTypeCode()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setOutputDescription(OutputDescriptionType value)
Sets the value of the outputDescription property.
|
void |
setOutputName(OutputNameType value)
Sets the value of the outputName property.
|
void |
setOutputTypeCode(OutputTypeCodeType value)
Sets the value of the outputTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public OutputType()
@Nullable public OutputNameType getOutputName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Output. Output_ Name. Text</ccts:DictionaryEntryName><ccts:Definition>The name of the output.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Output</ccts:ObjectClass><ccts:PropertyTermQualifier>Output</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
OutputNameTypepublic void setOutputName(@Nullable OutputNameType value)
value - allowed object is
OutputNameType@Nullable public OutputDescriptionType getOutputDescription()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Output. Output_ Description. Text</ccts:DictionaryEntryName><ccts:Definition>A free text description of the output.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Output</ccts:ObjectClass><ccts:PropertyTermQualifier>Output</ccts:PropertyTermQualifier><ccts:PropertyTerm>Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
OutputDescriptionTypepublic void setOutputDescription(@Nullable OutputDescriptionType value)
value - allowed object is
OutputDescriptionType@Nullable public OutputTypeCodeType getOutputTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Output. Output_ Type. Code</ccts:DictionaryEntryName><ccts:Definition>The type of the output.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Output</ccts:ObjectClass><ccts:PropertyTermQualifier>Output</ccts:PropertyTermQualifier><ccts:PropertyTerm>Type</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
OutputTypeCodeTypepublic void setOutputTypeCode(@Nullable OutputTypeCodeType value)
value - allowed object is
OutputTypeCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull OutputType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public OutputType clone()
Copyright © 2020–2021 toop.eu. All rights reserved.