public class Policy
extends java.lang.Object
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 name="ParameterList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Parameter" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="LogicalDeviceList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LogicalDevice" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ParameterList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Parameter" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="LogicalDeviceId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="127"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Id" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="DeviceDefinitionId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deviceDefinitionId |
protected java.lang.String |
id |
protected LogicalDeviceList |
logicalDeviceList |
protected java.lang.String |
name |
protected ParameterList |
parameterList |
Constructor and Description |
---|
Policy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceDefinitionId()
Gets the value of the deviceDefinitionId property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
LogicalDeviceList |
getLogicalDeviceList()
Gets the value of the logicalDeviceList property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
ParameterList |
getParameterList()
Gets the value of the parameterList property.
|
protected ParameterList parameterList
protected LogicalDeviceList logicalDeviceList
protected java.lang.String id
protected java.lang.String name
protected java.lang.String deviceDefinitionId
public ParameterList getParameterList()
ParameterList
public LogicalDeviceList getLogicalDeviceList()
LogicalDeviceList
public java.lang.String getId()
String
public java.lang.String getName()
String
public java.lang.String getDeviceDefinitionId()
String