public class Resource extends Obj
Java class for resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resource">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="type" type="{http://www.intertrust.ru}resource.type"/>
<element name="args" type="{http://www.intertrust.ru}arguments"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Arguments |
args |
protected ResourceType |
type |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
getArgs()
Gets the value of the args property.
|
ResourceType |
getType()
Gets the value of the type property.
|
void |
setArgs(Arguments value)
Sets the value of the args property.
|
void |
setType(ResourceType value)
Sets the value of the type property.
|
testGeneratedMethodprotected ResourceType type
protected Arguments args
public ResourceType getType()
ResourceTypepublic void setType(ResourceType value)
value - allowed object is
ResourceTypepublic Arguments getArgs()
ArgumentsCopyright © 2012–2014 RedSoft. All rights reserved.