public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.vscache_v3
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<String> |
createChunkToken(String value)
|
GetAllValidValues |
createGetAllValidValues()
Create an instance of
GetAllValidValues |
JAXBElement<GetAllValidValues> |
createGetAllValidValues(GetAllValidValues value)
|
JAXBElement<String> |
createKeyValue(String value)
|
ValidValue |
createValidValue()
Create an instance of
ValidValue |
JAXBElement<ValidValue> |
createValidValue(ValidValue value)
|
ValidValuesList |
createValidValuesList()
Create an instance of
ValidValuesList |
JAXBElement<ValidValuesList> |
createValidValuesList(ValidValuesList value)
|
public ObjectFactory()
public ValidValuesList createValidValuesList()
ValidValuesList
public ValidValue createValidValue()
ValidValue
public GetAllValidValues createGetAllValidValues()
GetAllValidValues
public JAXBElement<GetAllValidValues> createGetAllValidValues(GetAllValidValues value)
public JAXBElement<String> createKeyValue(String value)
public JAXBElement<ValidValue> createValidValue(ValidValue value)
public JAXBElement<ValidValuesList> createValidValuesList(ValidValuesList value)
public JAXBElement<String> createChunkToken(String value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.