Package | Description |
---|---|
org.glassfish.hk2.xml.schema.beans |
Modifier and Type | Method and Description |
---|---|
LocalSimpleType |
Attribute.getSimpleType()
Gets the value of the simpleType property.
|
LocalSimpleType |
RestrictionType.getSimpleType()
Gets the value of the simpleType property.
|
LocalSimpleType |
List.getSimpleType()
Gets the value of the simpleType property.
|
LocalSimpleType |
Restriction.getSimpleType()
Gets the value of the simpleType property.
|
LocalSimpleType |
Element.getSimpleType()
Gets the value of the simpleType property.
|
Modifier and Type | Method and Description |
---|---|
List<LocalSimpleType> |
Union.getSimpleType()
Gets the value of the simpleType property.
|
Modifier and Type | Method and Description |
---|---|
void |
Attribute.setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property.
|
void |
RestrictionType.setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property.
|
void |
List.setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property.
|
void |
Restriction.setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property.
|
void |
Element.setSimpleType(LocalSimpleType value)
Sets the value of the simpleType property.
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.