|
||||||||||
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.IdentificationType
public class IdentificationType
unique identifier
Java class for IdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </simpleContent> </complexType> </element> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="Authority" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute namespace='##other'/> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
IdentificationType.Value
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
IdentificationType()
|
Method Summary | |
---|---|
List<Object> |
getAny()
Gets the value of the any property. |
String |
getAuthority()
Gets the value of the authority 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. |
String |
getType()
Gets the value of the type property. |
IdentificationType.Value |
getValue()
Gets the value of the value property. |
void |
setAuthority(String value)
Sets the value of the authority property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(IdentificationType.Value value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentificationType()
Method Detail |
---|
public IdentificationType.Value getValue()
IdentificationType.Value
public void setValue(IdentificationType.Value value)
value
- allowed object is
IdentificationType.Value
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getAuthority()
String
public void setAuthority(String value)
value
- allowed object is
String
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
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 |