@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public class NameType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for name complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="name">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.orcid.org/ns/common}created-date" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/common}last-modified-date" minOccurs="0"/>
<element name="given-names" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/common>string-150">
</extension>
</simpleContent>
</complexType>
</element>
<element name="family-name" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/common>string-150">
</extension>
</simpleContent>
</complexType>
</element>
<element name="credit-name" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/personal-details>credit-name">
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="visibility" type="{http://www.orcid.org/ns/common}visibility" />
<attribute name="path" type="{http://www.orcid.org/ns/common}element-path" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NameType.CreditName
Java class for anonymous complex type.
|
static class |
NameType.FamilyName
Java class for anonymous complex type.
|
static class |
NameType.GivenNames
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CreatedDate |
createdDate |
protected NameType.CreditName |
creditName |
protected NameType.FamilyName |
familyName |
protected NameType.GivenNames |
givenNames |
protected LastModifiedDate |
lastModifiedDate |
protected String |
path |
protected Visibility |
visibility |
| Constructor and Description |
|---|
NameType()
Default no-arg constructor
|
NameType(CreatedDate createdDate,
LastModifiedDate lastModifiedDate,
NameType.GivenNames givenNames,
NameType.FamilyName familyName,
NameType.CreditName creditName,
Visibility visibility,
String path)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
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) |
CreatedDate |
getCreatedDate()
Gets the value of the createdDate property.
|
NameType.CreditName |
getCreditName()
Gets the value of the creditName property.
|
NameType.FamilyName |
getFamilyName()
Gets the value of the familyName property.
|
NameType.GivenNames |
getGivenNames()
Gets the value of the givenNames property.
|
LastModifiedDate |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getPath()
Gets the value of the path property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setCreatedDate(CreatedDate value)
Sets the value of the createdDate property.
|
void |
setCreditName(NameType.CreditName value)
Sets the value of the creditName property.
|
void |
setFamilyName(NameType.FamilyName value)
Sets the value of the familyName property.
|
void |
setGivenNames(NameType.GivenNames value)
Sets the value of the givenNames property.
|
void |
setLastModifiedDate(LastModifiedDate value)
Sets the value of the lastModifiedDate property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected CreatedDate createdDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected LastModifiedDate lastModifiedDate
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected NameType.GivenNames givenNames
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected NameType.FamilyName familyName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected NameType.CreditName creditName
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected Visibility visibility
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") protected String path
public NameType()
public NameType(CreatedDate createdDate, LastModifiedDate lastModifiedDate, NameType.GivenNames givenNames, NameType.FamilyName familyName, NameType.CreditName creditName, Visibility visibility, String path)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public CreatedDate getCreatedDate()
CreatedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCreatedDate(CreatedDate value)
value - allowed object is
CreatedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public LastModifiedDate getLastModifiedDate()
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setLastModifiedDate(LastModifiedDate value)
value - allowed object is
LastModifiedDate@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public NameType.GivenNames getGivenNames()
NameType.GivenNames@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setGivenNames(NameType.GivenNames value)
value - allowed object is
NameType.GivenNames@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public NameType.FamilyName getFamilyName()
NameType.FamilyName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setFamilyName(NameType.FamilyName value)
value - allowed object is
NameType.FamilyName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public NameType.CreditName getCreditName()
NameType.CreditName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setCreditName(NameType.CreditName value)
value - allowed object is
NameType.CreditName@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public Visibility getVisibility()
Visibility@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setVisibility(Visibility value)
value - allowed object is
Visibility@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String getPath()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public void setPath(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") 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@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-17T05:31:42+02:00", comments="JAXB RI v2.2.11") 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.ToStringCopyright © 2020. All rights reserved.