public class CAURI extends Object
Java class for CAURI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CAURI"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="clientAuthentication" type="{http://www.w3 .org/2001/XMLSchema}unsignedInt"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="priority" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="renewalOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any |
protected long |
clientAuthentication |
protected Long |
priority |
protected boolean |
renewalOnly |
protected String |
uri |
Constructor and Description |
---|
CAURI() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
long |
getClientAuthentication()
Gets the value of the clientAuthentication property.
|
Long |
getPriority()
Gets the value of the priority property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isRenewalOnly()
Gets the value of the renewalOnly property.
|
void |
setClientAuthentication(long value)
Sets the value of the clientAuthentication property.
|
void |
setPriority(Long value)
Sets the value of the priority property.
|
void |
setRenewalOnly(boolean value)
Sets the value of the renewalOnly property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected long clientAuthentication
protected String uri
protected Long priority
protected boolean renewalOnly
public long getClientAuthentication()
public void setClientAuthentication(long value)
public void setUri(String value)
value
- allowed object is
String
public Long getPriority()
Long
public void setPriority(Long value)
value
- allowed object is
Long
public boolean isRenewalOnly()
public void setRenewalOnly(boolean value)
public List<Object> getAny()
set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
Object
Element
Copyright © 2017 WSO2. All rights reserved.