|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.ReceiverType
public class ReceiverType
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 |
|---|
protected ClassifiableIDType receiverID
protected TextType name
| Constructor Detail |
|---|
public ReceiverType()
| Method Detail |
|---|
public ClassifiableIDType getReceiverID()
ClassifiableIDTypepublic void setReceiverID(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 | |||||||||