public class Pseudonym extends Object
Java-Klasse für Pseudonym complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="Pseudonym"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isMain" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="pseudonym" type="{http://www.w3.org/2001/XMLSchema}string"/> <sequence maxOccurs="unbounded"> <element name="validLocations" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="refersToPseudonym" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected boolean |
isMain |
protected String |
notes |
protected String |
pseudonym |
protected String |
refersToPseudonym |
protected String |
validFrom |
protected List<String> |
validLocations |
protected String |
validTo |
Constructor and Description |
---|
Pseudonym() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getNotes()
Ruft den Wert der notes-Eigenschaft ab.
|
String |
getPseudonym()
Ruft den Wert der pseudonym-Eigenschaft ab.
|
String |
getRefersToPseudonym()
Ruft den Wert der refersToPseudonym-Eigenschaft ab.
|
String |
getValidFrom()
Ruft den Wert der validFrom-Eigenschaft ab.
|
List<String> |
getValidLocations()
Gets the value of the validLocations property.
|
String |
getValidTo()
Ruft den Wert der validTo-Eigenschaft ab.
|
boolean |
isIsMain()
Ruft den Wert der isMain-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setIsMain(boolean value)
Legt den Wert der isMain-Eigenschaft fest.
|
void |
setNotes(String value)
Legt den Wert der notes-Eigenschaft fest.
|
void |
setPseudonym(String value)
Legt den Wert der pseudonym-Eigenschaft fest.
|
void |
setRefersToPseudonym(String value)
Legt den Wert der refersToPseudonym-Eigenschaft fest.
|
void |
setValidFrom(String value)
Legt den Wert der validFrom-Eigenschaft fest.
|
void |
setValidTo(String value)
Legt den Wert der validTo-Eigenschaft fest.
|
protected String id
protected boolean isMain
protected String pseudonym
protected String validFrom
protected String validTo
protected String notes
protected String refersToPseudonym
public void setId(String value)
value
- allowed object is
String
public boolean isIsMain()
public void setIsMain(boolean value)
public String getPseudonym()
String
public void setPseudonym(String value)
value
- allowed object is
String
public List<String> getValidLocations()
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 validLocations property.
For example, to add a new item, do as follows:
getValidLocations().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getValidFrom()
String
public void setValidFrom(String value)
value
- allowed object is
String
public String getValidTo()
String
public void setValidTo(String value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public String getRefersToPseudonym()
String
Copyright © 2017. All rights reserved.