Package org.hl7.elm_modelinfo.r1
Class SimpleTypeInfo
- java.lang.Object
-
- org.hl7.elm_modelinfo.r1.TypeInfo
-
- org.hl7.elm_modelinfo.r1.SimpleTypeInfo
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SimpleTypeInfo extends TypeInfo implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for SimpleTypeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleTypeInfo"> <complexContent> <extension base="{urn:hl7-org:elm-modelinfo:r1}TypeInfo"> <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNamespace()Gets the value of the namespace property.java.lang.StringgetTarget()Gets the value of the target property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetName(java.lang.String value)Sets the value of the name property.voidsetNamespace(java.lang.String value)Sets the value of the namespace property.voidsetTarget(java.lang.String value)Sets the value of the target property.java.lang.StringtoString()SimpleTypeInfowithBaseType(java.lang.String value)SimpleTypeInfowithBaseTypeSpecifier(TypeSpecifier value)SimpleTypeInfowithName(java.lang.String value)SimpleTypeInfowithNamespace(java.lang.String value)SimpleTypeInfowithTarget(java.lang.String value)-
Methods inherited from class org.hl7.elm_modelinfo.r1.TypeInfo
getBaseType, getBaseTypeSpecifier, setBaseType, setBaseTypeSpecifier
-
-
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
public void setNamespace(java.lang.String value)
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTarget
public java.lang.String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(java.lang.String value)
Sets the value of the target property.- Parameters:
value- allowed object isString
-
withNamespace
public SimpleTypeInfo withNamespace(java.lang.String value)
-
withName
public SimpleTypeInfo withName(java.lang.String value)
-
withTarget
public SimpleTypeInfo withTarget(java.lang.String value)
-
withBaseTypeSpecifier
public SimpleTypeInfo withBaseTypeSpecifier(TypeSpecifier value)
- Overrides:
withBaseTypeSpecifierin classTypeInfo
-
withBaseType
public SimpleTypeInfo withBaseType(java.lang.String value)
- Overrides:
withBaseTypein classTypeInfo
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classTypeInfo
-
-