at.gv.zustellung.zusemsg.xsd.zuse_persondata
Class IdentificationType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.IdentificationType

public class IdentificationType
extends Object

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

IdentificationType

public IdentificationType()
Method Detail

getValue

public IdentificationType.Value getValue()
Gets the value of the value property.

Returns:
possible object is IdentificationType.Value

setValue

public void setValue(IdentificationType.Value value)
Sets the value of the value property.

Parameters:
value - allowed object is IdentificationType.Value

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getAuthority

public String getAuthority()
Gets the value of the authority property.

Returns:
possible object is String

setAuthority

public void setAuthority(String value)
Sets the value of the authority property.

Parameters:
value - allowed object is String

getAny

public List<Object> getAny()
Gets the value of the any property.

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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

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.

Returns:
always non-null


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.