de.extra_standard.namespace.components._1
Class ApplicationType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.ApplicationType

public class ApplicationType
extends Object

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

product

protected TextType product

manufacturer

protected String manufacturer

registrationID

protected ClassifiableIDType registrationID
Constructor Detail

ApplicationType

public ApplicationType()
Method Detail

getProduct

public TextType getProduct()
Gets the value of the product property.

Returns:
possible object is TextType

setProduct

public void setProduct(TextType value)
Sets the value of the product property.

Parameters:
value - allowed object is TextType

getManufacturer

public String getManufacturer()
Gets the value of the manufacturer property.

Returns:
possible object is String

setManufacturer

public void setManufacturer(String value)
Sets the value of the manufacturer property.

Parameters:
value - allowed object is String

getRegistrationID

public ClassifiableIDType getRegistrationID()
Gets the value of the registrationID property.

Returns:
possible object is ClassifiableIDType

setRegistrationID

public void setRegistrationID(ClassifiableIDType value)
Sets the value of the registrationID property.

Parameters:
value - allowed object is ClassifiableIDType


Copyright © 2012-2013. All Rights Reserved.