Uses of Class
org.apache.type_test.types1.SimpleStruct
-
Packages that use SimpleStruct Package Description org.apache.cxf.systest.type_test org.apache.type_test.doc org.apache.type_test.rpc org.apache.type_test.types1 org.apache.type_test.xml -
-
Uses of SimpleStruct in org.apache.cxf.systest.type_test
Methods in org.apache.cxf.systest.type_test that return SimpleStruct Modifier and Type Method Description SimpleStructTypeTestImpl. testNillableStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)SimpleStructTypeTestImpl. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Methods in org.apache.cxf.systest.type_test with parameters of type SimpleStruct Modifier and Type Method Description SimpleStructTypeTestImpl. testNillableStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)SimpleStructTypeTestImpl. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Method parameters in org.apache.cxf.systest.type_test with type arguments of type SimpleStruct Modifier and Type Method Description SimpleStructTypeTestImpl. testNillableStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)SimpleStructTypeTestImpl. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z) -
Uses of SimpleStruct in org.apache.type_test.doc
Fields in org.apache.type_test.doc declared as SimpleStruct Modifier and Type Field Description protected SimpleStructTestNillableStructResponse. _returnprotected SimpleStructTestSimpleStructResponse. _returnprotected SimpleStructTestNillableStruct. xprotected SimpleStructTestSimpleStruct. xprotected SimpleStructTestNillableStruct. yprotected SimpleStructTestNillableStructResponse. yprotected SimpleStructTestSimpleStruct. yprotected SimpleStructTestSimpleStructResponse. yprotected SimpleStructTestNillableStructResponse. zprotected SimpleStructTestSimpleStructResponse. zMethods in org.apache.type_test.doc that return SimpleStruct Modifier and Type Method Description SimpleStructTestNillableStructResponse. getReturn()Gets the value of the return property.SimpleStructTestSimpleStructResponse. getReturn()Gets the value of the return property.SimpleStructTestNillableStruct. getX()Gets the value of the x property.SimpleStructTestSimpleStruct. getX()Gets the value of the x property.SimpleStructTestNillableStruct. getY()Gets the value of the y property.SimpleStructTestNillableStructResponse. getY()Gets the value of the y property.SimpleStructTestSimpleStruct. getY()Gets the value of the y property.SimpleStructTestSimpleStructResponse. getY()Gets the value of the y property.SimpleStructTestNillableStructResponse. getZ()Gets the value of the z property.SimpleStructTestSimpleStructResponse. getZ()Gets the value of the z property.SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Methods in org.apache.type_test.doc with parameters of type SimpleStruct Modifier and Type Method Description voidTestNillableStructResponse. setReturn(SimpleStruct value)Sets the value of the return property.voidTestSimpleStructResponse. setReturn(SimpleStruct value)Sets the value of the return property.voidTestNillableStruct. setX(SimpleStruct value)Sets the value of the x property.voidTestSimpleStruct. setX(SimpleStruct value)Sets the value of the x property.voidTestNillableStruct. setY(SimpleStruct value)Sets the value of the y property.voidTestNillableStructResponse. setY(SimpleStruct value)Sets the value of the y property.voidTestSimpleStruct. setY(SimpleStruct value)Sets the value of the y property.voidTestSimpleStructResponse. setY(SimpleStruct value)Sets the value of the y property.voidTestNillableStructResponse. setZ(SimpleStruct value)Sets the value of the z property.voidTestSimpleStructResponse. setZ(SimpleStruct value)Sets the value of the z property.SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Method parameters in org.apache.type_test.doc with type arguments of type SimpleStruct Modifier and Type Method Description SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z) -
Uses of SimpleStruct in org.apache.type_test.rpc
Methods in org.apache.type_test.rpc that return SimpleStruct Modifier and Type Method Description SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Methods in org.apache.type_test.rpc with parameters of type SimpleStruct Modifier and Type Method Description SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Method parameters in org.apache.type_test.rpc with type arguments of type SimpleStruct Modifier and Type Method Description SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z) -
Uses of SimpleStruct in org.apache.type_test.types1
Subclasses of SimpleStruct in org.apache.type_test.types1 Modifier and Type Class Description classDerivedAllBaseStructJava class for DerivedAllBaseStruct complex type.classDerivedChoiceBaseComplexJava class for DerivedChoiceBaseComplex complex type.classDerivedChoiceBaseStructJava class for DerivedChoiceBaseStruct complex type.classDerivedNoContentJava class for DerivedNoContent complex type.classDerivedStructBaseStructJava class for DerivedStructBaseStruct complex type.classRestrictedStructBaseStructJava class for RestrictedStructBaseStruct complex type.Fields in org.apache.type_test.types1 declared as SimpleStruct Modifier and Type Field Description protected SimpleStructNestedStruct. varStructprotected SimpleStructStructWithNillables. varStructprotected SimpleStructStructWithOptionals. varStructMethods in org.apache.type_test.types1 that return SimpleStruct Modifier and Type Method Description SimpleStructObjectFactory. createSimpleStruct()Create an instance ofSimpleStructSimpleStructNestedStruct. getVarStruct()Gets the value of the varStruct property.SimpleStructStructWithNillables. getVarStruct()Gets the value of the varStruct property.SimpleStructStructWithOptionals. getVarStruct()Gets the value of the varStruct property.Methods in org.apache.type_test.types1 that return types with arguments of type SimpleStruct Modifier and Type Method Description javax.xml.bind.JAXBElement<SimpleStruct>ObjectFactory. createNillableStruct(SimpleStruct value)Methods in org.apache.type_test.types1 with parameters of type SimpleStruct Modifier and Type Method Description javax.xml.bind.JAXBElement<SimpleStruct>ObjectFactory. createNillableStruct(SimpleStruct value)voidNestedStruct. setVarStruct(SimpleStruct value)Sets the value of the varStruct property.voidStructWithNillables. setVarStruct(SimpleStruct value)Sets the value of the varStruct property.voidStructWithOptionals. setVarStruct(SimpleStruct value)Sets the value of the varStruct property. -
Uses of SimpleStruct in org.apache.type_test.xml
Fields in org.apache.type_test.xml declared as SimpleStruct Modifier and Type Field Description protected SimpleStructTestNillableStructResponse. _returnprotected SimpleStructTestSimpleStructResponse. _returnprotected SimpleStructTestNillableStruct. xprotected SimpleStructTestSimpleStruct. xprotected SimpleStructTestNillableStruct. yprotected SimpleStructTestNillableStructResponse. yprotected SimpleStructTestSimpleStruct. yprotected SimpleStructTestSimpleStructResponse. yprotected SimpleStructTestNillableStructResponse. zprotected SimpleStructTestSimpleStructResponse. zMethods in org.apache.type_test.xml that return SimpleStruct Modifier and Type Method Description SimpleStructTestNillableStructResponse. getReturn()Gets the value of the return property.SimpleStructTestSimpleStructResponse. getReturn()Gets the value of the return property.SimpleStructTestNillableStruct. getX()Gets the value of the x property.SimpleStructTestSimpleStruct. getX()Gets the value of the x property.SimpleStructTestNillableStruct. getY()Gets the value of the y property.SimpleStructTestNillableStructResponse. getY()Gets the value of the y property.SimpleStructTestSimpleStruct. getY()Gets the value of the y property.SimpleStructTestSimpleStructResponse. getY()Gets the value of the y property.SimpleStructTestNillableStructResponse. getZ()Gets the value of the z property.SimpleStructTestSimpleStructResponse. getZ()Gets the value of the z property.SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Methods in org.apache.type_test.xml with parameters of type SimpleStruct Modifier and Type Method Description voidTestNillableStructResponse. setReturn(SimpleStruct value)Sets the value of the return property.voidTestSimpleStructResponse. setReturn(SimpleStruct value)Sets the value of the return property.voidTestNillableStruct. setX(SimpleStruct value)Sets the value of the x property.voidTestSimpleStruct. setX(SimpleStruct value)Sets the value of the x property.voidTestNillableStruct. setY(SimpleStruct value)Sets the value of the y property.voidTestNillableStructResponse. setY(SimpleStruct value)Sets the value of the y property.voidTestSimpleStruct. setY(SimpleStruct value)Sets the value of the y property.voidTestSimpleStructResponse. setY(SimpleStruct value)Sets the value of the y property.voidTestNillableStructResponse. setZ(SimpleStruct value)Sets the value of the z property.voidTestSimpleStructResponse. setZ(SimpleStruct value)Sets the value of the z property.SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)Method parameters in org.apache.type_test.xml with type arguments of type SimpleStruct Modifier and Type Method Description SimpleStructTypeTestPortType. testSimpleStruct(SimpleStruct x, javax.xml.ws.Holder<SimpleStruct> y, javax.xml.ws.Holder<SimpleStruct> z)
-