de.extra_standard.namespace.components._1
Class SenderType

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

public class SenderType
extends Object

Java class for SenderType complex type.

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

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


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

Field Detail

senderID

protected ClassifiableIDType senderID

name

protected TextType name
Constructor Detail

SenderType

public SenderType()
Method Detail

getSenderID

public ClassifiableIDType getSenderID()
Gets the value of the senderID property.

Returns:
possible object is ClassifiableIDType

setSenderID

public void setSenderID(ClassifiableIDType value)
Sets the value of the senderID 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.