|
||||||||||
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.Service
public class Service
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)}ProviderID" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}Type" maxOccurs="unbounded" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}Path" maxOccurs="unbounded" minOccurs="0"/> <element ref="{xri://$xrd*($v*2.0)}MediaType" maxOccurs="unbounded" minOccurs="0"/> <choice> <element ref="{xri://$xrd*($v*2.0)}URI" maxOccurs="unbounded" minOccurs="0"/> <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"/> <group ref="{xri://$xrd*($v*2.0)}otherelement" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{xri://$xrd*($v*2.0)}otherattribute"/> <attGroup ref="{xri://$xrd*($v*2.0)}priorityAttrGrp"/> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<LocalID> |
localID
|
protected List<StringSelectionPattern> |
mediaType
|
protected List<Object> |
otherelement
|
protected List<StringSelectionPattern> |
path
|
protected BigInteger |
priority
|
protected URIPattern |
providerID
|
protected List<URIPriorityAppendPattern> |
redirect
|
protected List<URIPriorityPattern> |
ref
|
protected List<Type> |
type
|
protected List<URIPriorityAppendPattern> |
uri
|
Constructor Summary | |
---|---|
Service()
|
Method Summary | |
---|---|
List<LocalID> |
getLocalID()
Gets the value of the localID property. |
List<StringSelectionPattern> |
getMediaType()
Gets the value of the mediaType 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. |
List<StringSelectionPattern> |
getPath()
Gets the value of the path property. |
BigInteger |
getPriority()
Gets the value of the priority property. |
URIPattern |
getProviderID()
Gets the value of the providerID property. |
List<URIPriorityAppendPattern> |
getRedirect()
Gets the value of the redirect property. |
List<URIPriorityPattern> |
getRef()
Gets the value of the ref property. |
List<Type> |
getType()
Gets the value of the type property. |
List<URIPriorityAppendPattern> |
getURI()
Gets the value of the uri property. |
void |
setPriority(BigInteger value)
Sets the value of the priority property. |
void |
setProviderID(URIPattern value)
Sets the value of the providerID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected URIPattern providerID
protected List<Type> type
protected List<StringSelectionPattern> path
protected List<StringSelectionPattern> mediaType
protected List<URIPriorityAppendPattern> uri
protected List<URIPriorityAppendPattern> redirect
protected List<URIPriorityPattern> ref
protected List<LocalID> localID
protected List<Object> otherelement
protected BigInteger priority
Constructor Detail |
---|
public Service()
Method Detail |
---|
public URIPattern getProviderID()
URIPattern
public void setProviderID(URIPattern value)
value
- allowed object is
URIPattern
public List<Type> getType()
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 type property.
For example, to add a new item, do as follows:
getType().add(newItem);
Objects of the following type(s) are allowed in the list
Type
public List<StringSelectionPattern> getPath()
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 path property.
For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
StringSelectionPattern
public List<StringSelectionPattern> getMediaType()
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 mediaType property.
For example, to add a new item, do as follows:
getMediaType().add(newItem);
Objects of the following type(s) are allowed in the list
StringSelectionPattern
public List<URIPriorityAppendPattern> getURI()
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 uri property.
For example, to add a new item, do as follows:
getURI().add(newItem);
Objects of the following type(s) are allowed in the list
URIPriorityAppendPattern
public 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<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
Element
Object
public BigInteger getPriority()
BigInteger
public void setPriority(BigInteger value)
value
- allowed object is
BigInteger
public 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 |