|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf_persondata.AbstractAddressType
public class AbstractAddressType
main structure of address data
Java class for AbstractAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractAddressType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute namespace='##other'/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractAddressType()
|
Method Summary | |
---|---|
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 |
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 AbstractAddressType()
Method Detail |
---|
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 |