public class JpsConfig
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="property" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}propertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="propertySets" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}propertySetsType" minOccurs="0"/> <element name="extendedProperty" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}extendedPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="extendedPropertySets" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}extendedPropertySetsType" minOccurs="0"/> <element name="serviceProviders" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}serviceProvidersType" minOccurs="0"/> <element name="serviceInstances" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}serviceInstancesType" minOccurs="0"/> <element name="jpsContexts" type="{http://xmlns.oracle.com/oracleas/schema/jps-config-11_1.xsd}jpsContextsType"/> </sequence> <attribute name="schema_major_version" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="schema_minor_version" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
JpsConfig() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtendedPropertyType> |
getExtendedProperty()
Gets the value of the extendedProperty property.
|
ExtendedPropertySetsType |
getExtendedPropertySets()
Gets the value of the extendedPropertySets property.
|
JpsContextsType |
getJpsContexts()
Gets the value of the jpsContexts property.
|
java.util.List<PropertyType> |
getProperty()
Gets the value of the property property.
|
PropertySetsType |
getPropertySets()
Gets the value of the propertySets property.
|
java.math.BigInteger |
getSchemaMajorVersion()
Gets the value of the schemaMajorVersion property.
|
java.lang.String |
getSchemaMinorVersion()
Gets the value of the schemaMinorVersion property.
|
ServiceInstancesType |
getServiceInstances()
Gets the value of the serviceInstances property.
|
ServiceProvidersType |
getServiceProviders()
Gets the value of the serviceProviders property.
|
void |
setExtendedPropertySets(ExtendedPropertySetsType value)
Sets the value of the extendedPropertySets property.
|
void |
setJpsContexts(JpsContextsType value)
Sets the value of the jpsContexts property.
|
void |
setPropertySets(PropertySetsType value)
Sets the value of the propertySets property.
|
void |
setSchemaMajorVersion(java.math.BigInteger value)
Sets the value of the schemaMajorVersion property.
|
void |
setSchemaMinorVersion(java.lang.String value)
Sets the value of the schemaMinorVersion property.
|
void |
setServiceInstances(ServiceInstancesType value)
Sets the value of the serviceInstances property.
|
void |
setServiceProviders(ServiceProvidersType value)
Sets the value of the serviceProviders property.
|
public java.util.List<PropertyType> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list PropertyType
public PropertySetsType getPropertySets()
PropertySetsType
public void setPropertySets(PropertySetsType value)
value
- allowed object is PropertySetsType
public java.util.List<ExtendedPropertyType> getExtendedProperty()
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 extendedProperty property.
For example, to add a new item, do as follows:
getExtendedProperty().add(newItem);
Objects of the following type(s) are allowed in the list ExtendedPropertyType
public ExtendedPropertySetsType getExtendedPropertySets()
ExtendedPropertySetsType
public void setExtendedPropertySets(ExtendedPropertySetsType value)
value
- allowed object is ExtendedPropertySetsType
public ServiceProvidersType getServiceProviders()
ServiceProvidersType
public void setServiceProviders(ServiceProvidersType value)
value
- allowed object is ServiceProvidersType
public ServiceInstancesType getServiceInstances()
ServiceInstancesType
public void setServiceInstances(ServiceInstancesType value)
value
- allowed object is ServiceInstancesType
public JpsContextsType getJpsContexts()
JpsContextsType
public void setJpsContexts(JpsContextsType value)
value
- allowed object is JpsContextsType
public java.math.BigInteger getSchemaMajorVersion()
BigInteger
public void setSchemaMajorVersion(java.math.BigInteger value)
value
- allowed object is BigInteger
public java.lang.String getSchemaMinorVersion()
String
public void setSchemaMinorVersion(java.lang.String value)
value
- allowed object is String