public class AuthorityType extends Object implements Serializable
Java class for authorityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authorityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> <element name="value" type="{http://www.w3.org/2001/XMLSchema}token"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AuthorityType.Id
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<AuthorityType.Id> |
id |
protected String |
value |
Constructor and Description |
---|
AuthorityType() |
protected List<AuthorityType.Id> id
protected String value
public List<AuthorityType.Id> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorityType.Id
public String getValue()
String
Copyright © 2013 TextGrid Consortium. All Rights Reserved.