|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ApplicationType
public class ApplicationType
Java class for ApplicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.extra-standard.de/namespace/components/1}Product"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Manufacturer" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}RegistrationID" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
manufacturer
|
protected TextType |
product
|
protected ClassifiableIDType |
registrationID
|
| Constructor Summary | |
|---|---|
ApplicationType()
|
|
| Method Summary | |
|---|---|
String |
getManufacturer()
Gets the value of the manufacturer property. |
TextType |
getProduct()
Gets the value of the product property. |
ClassifiableIDType |
getRegistrationID()
Gets the value of the registrationID property. |
void |
setManufacturer(String value)
Sets the value of the manufacturer property. |
void |
setProduct(TextType value)
Sets the value of the product property. |
void |
setRegistrationID(ClassifiableIDType value)
Sets the value of the registrationID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TextType product
protected String manufacturer
protected ClassifiableIDType registrationID
| Constructor Detail |
|---|
public ApplicationType()
| Method Detail |
|---|
public TextType getProduct()
TextTypepublic void setProduct(TextType value)
value - allowed object is
TextTypepublic String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic ClassifiableIDType getRegistrationID()
ClassifiableIDTypepublic void setRegistrationID(ClassifiableIDType value)
value - allowed object is
ClassifiableIDType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||