de.extra_standard.namespace.components._1
Class ReceiverType

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

public class ReceiverType
extends Object

Java class for ReceiverType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReceiverType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.extra-standard.de/namespace/components/1}ReceiverID"/>
         <element ref="{http://www.extra-standard.de/namespace/components/1}Name" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TextType name
           
protected  ClassifiableIDType receiverID
           
 
Constructor Summary
ReceiverType()
           
 
Method Summary
 TextType getName()
          Gets the value of the name property.
 ClassifiableIDType getReceiverID()
          Gets the value of the receiverID property.
 void setName(TextType value)
          Sets the value of the name property.
 void setReceiverID(ClassifiableIDType value)
          Sets the value of the receiverID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

receiverID

protected ClassifiableIDType receiverID

name

protected TextType name
Constructor Detail

ReceiverType

public ReceiverType()
Method Detail

getReceiverID

public ClassifiableIDType getReceiverID()
Gets the value of the receiverID property.

Returns:
possible object is ClassifiableIDType

setReceiverID

public void setReceiverID(ClassifiableIDType value)
Sets the value of the receiverID property.

Parameters:
value - allowed object is ClassifiableIDType

getName

public TextType getName()
Gets the value of the name property.

Returns:
possible object is TextType

setName

public void setName(TextType value)
Sets the value of the name property.

Parameters:
value - allowed object is TextType


Copyright © 2012-2013. All Rights Reserved.