|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.difi.begrep.sdp.schema_v10.SDPPerson
public class SDPPerson
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="personidentifikator">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]{11}"/>
</restriction>
</simpleType>
</element>
<element name="postkasseadresse" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
personidentifikator
|
protected String |
postkasseadresse
|
| Constructor Summary | |
|---|---|
SDPPerson()
Default no-arg constructor |
|
SDPPerson(String personidentifikator,
String postkasseadresse)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getPersonidentifikator()
Gets the value of the personidentifikator property. |
String |
getPostkasseadresse()
Gets the value of the postkasseadresse property. |
void |
setPersonidentifikator(String value)
Sets the value of the personidentifikator property. |
void |
setPostkasseadresse(String value)
Sets the value of the postkasseadresse property. |
String |
toString()
|
SDPPerson |
withPersonidentifikator(String value)
|
SDPPerson |
withPostkasseadresse(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String personidentifikator
protected String postkasseadresse
| Constructor Detail |
|---|
public SDPPerson()
public SDPPerson(String personidentifikator,
String postkasseadresse)
| Method Detail |
|---|
public String getPersonidentifikator()
Stringpublic void setPersonidentifikator(String value)
value - allowed object is
Stringpublic String getPostkasseadresse()
getPostkasseadresse in interface HarSikkerDigitalPostAdresseStringpublic void setPostkasseadresse(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic SDPPerson withPersonidentifikator(String value)
public SDPPerson withPostkasseadresse(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||