|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractPersonType
public class AbstractPersonType
main structure of person data
Java class for AbstractPersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractPersonType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractSimpleIdentification" minOccurs="0"/> </choice> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute namespace='##other'/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractPersonType()
|
Method Summary | |
---|---|
JAXBElement<String> |
getAbstractSimpleIdentification()
Gets the value of the abstractSimpleIdentification property. |
String |
getId()
Gets the value of the id property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
void |
setAbstractSimpleIdentification(JAXBElement<String> value)
Sets the value of the abstractSimpleIdentification property. |
void |
setId(String value)
Sets the value of the id property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPersonType()
Method Detail |
---|
public JAXBElement<String> getAbstractSimpleIdentification()
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
public void setAbstractSimpleIdentification(JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
JAXBElement
<
String
>
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |