|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.SenderType
public class SenderType
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 |
|---|
protected ClassifiableIDType senderID
protected TextType name
| Constructor Detail |
|---|
public SenderType()
| Method Detail |
|---|
public ClassifiableIDType getSenderID()
ClassifiableIDTypepublic void setSenderID(ClassifiableIDType value)
value - allowed object is
ClassifiableIDTypepublic TextType getName()
TextTypepublic void setName(TextType value)
value - allowed object is
TextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||