|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ProductElementType
public class ProductElementType
Datentyp für Element mit Kennung des Kundenprodukts bzw. Herstellerkennung oder Name.
Java class for ProductElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductElementType">
<simpleContent>
<extension base="<http://www.ebics.org/H003>ProductType">
<attribute name="Language" use="required" type="{http://www.ebics.org/H003}LanguageType" />
<attribute name="InstituteID" type="{http://www.ebics.org/H003}InstituteIDType" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
instituteID
|
protected String |
language
|
protected String |
value
|
| Constructor Summary | |
|---|---|
ProductElementType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ProductElementType instance. |
|
ProductElementType(ProductElementType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ProductElementType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ProductElementType |
clone()
Creates and returns a copy of this object. |
String |
getInstituteID()
Gets the value of the instituteID property. |
String |
getLanguage()
Gets the value of the language property. |
String |
getValue()
Datentyp für die Kundenprodukt-ID. |
void |
setInstituteID(String value)
Sets the value of the instituteID property. |
void |
setLanguage(String value)
Sets the value of the language property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String language
protected String instituteID
| Constructor Detail |
|---|
public ProductElementType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ProductElementType instance.
public ProductElementType(ProductElementType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.ProductElementType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getInstituteID()
Stringpublic void setInstituteID(String value)
value - allowed object is
Stringpublic ProductElementType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||