net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
Interface String

All Known Subinterfaces:
AuthMethodType, BodyContentType, CmpVersionType, CmrFieldTypeType, DispatcherType, DisplayNameType, EjbClassType, EjbLinkType, EjbRefNameType, EjbRefTypeType, EnvEntryTypeValuesType, FacesConfigDefaultValueType, FacesConfigFromViewIdType, FacesConfigManagedBeanScopeOrNoneType, FacesConfigSuggestedValueType, FacesConfigValueClassType, FilterNameType, FullyQualifiedClassType, GenericBooleanType, HomeType, JavaIdentifierType, JavaTypeType, JndiNameType, JspFileType, LocalHomeType, LocalType, MessageDestinationLinkType, MessageDestinationTypeType, MessageDestinationUsageType, MethodIntfType, MethodNameType, MimeTypeType, MultiplicityType, NonEmptyStringType, PathType, PersistenceContextTypeType, PersistenceTypeType, RemoteType, ResAuthType, ResSharingScopeType, ResultTypeMappingType, RoleNameType, ServletLinkType, ServletNameType, SessionTypeType, TransactionTypeType, TransAttributeType, TransportGuaranteeType, VariableScopeType, WarPathType
All Known Implementing Classes:
AuthMethodTypeImpl, BodyContentTypeImpl, CmpVersionTypeImpl, CmrFieldTypeTypeImpl, DispatcherTypeImpl, DisplayNameTypeImpl, EjbClassTypeImpl, EjbLinkTypeImpl, EjbRefNameTypeImpl, EjbRefTypeTypeImpl, EnvEntryTypeValuesTypeImpl, FacesConfigDefaultValueTypeImpl, FacesConfigFromViewIdTypeImpl, FacesConfigManagedBeanScopeOrNoneTypeImpl, FacesConfigSuggestedValueTypeImpl, FacesConfigValueClassTypeImpl, FilterNameTypeImpl, FullyQualifiedClassTypeImpl, GenericBooleanTypeImpl, HomeTypeImpl, JavaIdentifierTypeImpl, JavaTypeTypeImpl, JndiNameTypeImpl, JspFileTypeImpl, LocalHomeTypeImpl, LocalTypeImpl, MessageDestinationLinkTypeImpl, MessageDestinationTypeTypeImpl, MessageDestinationUsageTypeImpl, MethodIntfTypeImpl, MethodNameTypeImpl, MimeTypeTypeImpl, MultiplicityTypeImpl, NonEmptyStringTypeImpl, PathTypeImpl, PersistenceContextTypeTypeImpl, PersistenceTypeTypeImpl, RemoteTypeImpl, ResAuthTypeImpl, ResSharingScopeTypeImpl, ResultTypeMappingTypeImpl, RoleNameTypeImpl, ServletLinkTypeImpl, ServletNameTypeImpl, SessionTypeTypeImpl, StringImpl, TransactionTypeTypeImpl, TransAttributeTypeImpl, TransportGuaranteeTypeImpl, VariableScopeTypeImpl, WarPathTypeImpl

public interface String

This is a special string datatype that is defined by Java EE as a base type for defining collapsed strings. When schemas require trailing/leading space elimination as well as collapsing the existing whitespace, this base type may be used.

Java class for string complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="string">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>token">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getId()
          Gets the value of the id property.
 String getValue()
          Gets the value of the value property.
 void setId(String value)
          Sets the value of the id property.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getValue

String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.