@CodingStyleguideUnaware public class InputType 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>Input. Details</ccts:DictionaryEntryName><ccts:Definition>A resource to be processed to produce an output.</ccts:Definition><ccts:ObjectClass>Input</ccts:ObjectClass></ccts:Component>
Java class for InputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}InputName" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}InputDescription" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}InputTypeCode" 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 |
|---|
InputType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
InputType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(InputType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
InputDescriptionType |
getInputDescription()
<?
|
InputNameType |
getInputName()
<?
|
InputTypeCodeType |
getInputTypeCode()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setInputDescription(InputDescriptionType value)
Sets the value of the inputDescription property.
|
void |
setInputName(InputNameType value)
Sets the value of the inputName property.
|
void |
setInputTypeCode(InputTypeCodeType value)
Sets the value of the inputTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public InputType()
@Nullable public InputNameType getInputName()
<?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>Input. Input_ Name. Text</ccts:DictionaryEntryName><ccts:Definition>The name of the input.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Input</ccts:ObjectClass><ccts:PropertyTermQualifier>Input</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
InputNameTypepublic void setInputName(@Nullable InputNameType value)
value - allowed object is
InputNameType@Nullable public InputDescriptionType getInputDescription()
<?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>Input. Input_ Description. Text</ccts:DictionaryEntryName><ccts:Definition>A free text description of the input.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Input</ccts:ObjectClass><ccts:PropertyTermQualifier>Input</ccts:PropertyTermQualifier><ccts:PropertyTerm>Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
InputDescriptionTypepublic void setInputDescription(@Nullable InputDescriptionType value)
value - allowed object is
InputDescriptionType@Nullable public InputTypeCodeType getInputTypeCode()
<?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>Input. Input_ Type. Code</ccts:DictionaryEntryName><ccts:Definition>The type of the input.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Input</ccts:ObjectClass><ccts:PropertyTermQualifier>Input</ccts:PropertyTermQualifier><ccts:PropertyTerm>Type</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
InputTypeCodeTypepublic void setInputTypeCode(@Nullable InputTypeCodeType value)
value - allowed object is
InputTypeCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull InputType 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.Copyright © 2020–2021 toop.eu. All rights reserved.