|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.xrds.XRD
public class XRD
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{xri://$xrd*($v*2.0)}Query" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}Status" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}ServerStatus" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}Expires" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}ProviderID" minOccurs="0"/>
<choice>
<element ref="{xri://$xrd*($v*2.0)}Redirect" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}Ref" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element ref="{xri://$xrd*($v*2.0)}LocalID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}EquivID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}CanonicalID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}CanonicalEquivID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{xri://$xrd*($v*2.0)}Service" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{xri://$xrd*($v*2.0)}otherelement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{xri://$xrd*($v*2.0)}otherattribute"/>
<attribute name="idref" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" fixed="2.0" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<URIPriorityPattern> |
canonicalEquivID
|
protected List<URIPriorityPattern> |
canonicalID
|
protected List<URIPriorityPattern> |
equivID
|
protected Expires |
expires
|
protected Object |
idref
|
protected List<LocalID> |
localID
|
protected List<Object> |
otherelement
|
protected URIPattern |
providerID
|
protected StringPattern |
query
|
protected List<URIPriorityAppendPattern> |
redirect
|
protected List<URIPriorityPattern> |
ref
|
protected ServerStatus |
serverStatus
|
protected List<Service> |
service
|
protected Status |
status
|
protected String |
version
|
| Constructor Summary | |
|---|---|
XRD()
|
|
| Method Summary | |
|---|---|
List<URIPriorityPattern> |
getCanonicalEquivID()
Gets the value of the canonicalEquivID property. |
List<URIPriorityPattern> |
getCanonicalID()
Gets the value of the canonicalID property. |
List<URIPriorityPattern> |
getEquivID()
Gets the value of the equivID property. |
Expires |
getExpires()
Gets the value of the expires property. |
Object |
getIdref()
Gets the value of the idref property. |
List<LocalID> |
getLocalID()
Gets the value of the localID property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
List<Object> |
getOtherelement()
Gets the value of the otherelement property. |
URIPattern |
getProviderID()
Gets the value of the providerID property. |
StringPattern |
getQuery()
Gets the value of the query property. |
List<URIPriorityAppendPattern> |
getRedirect()
Gets the value of the redirect property. |
List<URIPriorityPattern> |
getRef()
Gets the value of the ref property. |
ServerStatus |
getServerStatus()
Gets the value of the serverStatus property. |
List<Service> |
getService()
Gets the value of the service property. |
Status |
getStatus()
Gets the value of the status property. |
String |
getVersion()
Gets the value of the version property. |
void |
setExpires(Expires value)
Sets the value of the expires property. |
void |
setIdref(Object value)
Sets the value of the idref property. |
void |
setProviderID(URIPattern value)
Sets the value of the providerID property. |
void |
setQuery(StringPattern value)
Sets the value of the query property. |
void |
setServerStatus(ServerStatus value)
Sets the value of the serverStatus property. |
void |
setStatus(Status value)
Sets the value of the status property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StringPattern query
protected Status status
protected ServerStatus serverStatus
protected Expires expires
protected URIPattern providerID
protected List<URIPriorityAppendPattern> redirect
protected List<URIPriorityPattern> ref
protected List<LocalID> localID
protected List<URIPriorityPattern> equivID
protected List<URIPriorityPattern> canonicalID
protected List<URIPriorityPattern> canonicalEquivID
protected List<Service> service
protected List<Object> otherelement
protected Object idref
protected String version
| Constructor Detail |
|---|
public XRD()
| Method Detail |
|---|
public StringPattern getQuery()
StringPatternpublic void setQuery(StringPattern value)
value - allowed object is
StringPatternpublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic ServerStatus getServerStatus()
ServerStatuspublic void setServerStatus(ServerStatus value)
value - allowed object is
ServerStatuspublic Expires getExpires()
Expirespublic void setExpires(Expires value)
value - allowed object is
Expirespublic URIPattern getProviderID()
URIPatternpublic void setProviderID(URIPattern value)
value - allowed object is
URIPatternpublic List<URIPriorityAppendPattern> getRedirect()
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 redirect property.
For example, to add a new item, do as follows:
getRedirect().add(newItem);
Objects of the following type(s) are allowed in the list
URIPriorityAppendPattern
public List<URIPriorityPattern> getRef()
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 ref property.
For example, to add a new item, do as follows:
getRef().add(newItem);
Objects of the following type(s) are allowed in the list
URIPriorityPattern
public List<LocalID> getLocalID()
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 localID property.
For example, to add a new item, do as follows:
getLocalID().add(newItem);
Objects of the following type(s) are allowed in the list
LocalID
public List<URIPriorityPattern> getEquivID()
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 equivID property.
For example, to add a new item, do as follows:
getEquivID().add(newItem);
Objects of the following type(s) are allowed in the list
URIPriorityPattern
public List<URIPriorityPattern> getCanonicalID()
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 canonicalID property.
For example, to add a new item, do as follows:
getCanonicalID().add(newItem);
Objects of the following type(s) are allowed in the list
URIPriorityPattern
public List<URIPriorityPattern> getCanonicalEquivID()
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 canonicalEquivID property.
For example, to add a new item, do as follows:
getCanonicalEquivID().add(newItem);
Objects of the following type(s) are allowed in the list
URIPriorityPattern
public List<Service> getService()
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 service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list
Service
public List<Object> getOtherelement()
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 otherelement property.
For example, to add a new item, do as follows:
getOtherelement().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
public Object getIdref()
Objectpublic void setIdref(Object value)
value - allowed object is
Objectpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic 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 | |||||||||